GET
/
api
/
v1
/
marketdata
/
active_markets
curl --request GET \
  --url https://apiserver.beratrade.io/api/v1/marketdata/active_markets
[
  {
    "id": 123,
    "symbol": "<string>",
    "type": "SPOT",
    "maxAmountx18": "<string>",
    "minAmountx18": "<string>",
    "baseAssetId": 123,
    "quoteAssetId": 123,
    "makerFeeFractionx18": "<string>",
    "takerFeeFractionx18": "<string>"
  }
]

Response

200 - application/json

List of active markets

The response is of type object[].