cURL
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>" } ]
Get all active markets on Beliquid
List of active markets
The response is of type object[].
object[]