v1
latestOpenAPI 3.1.02026-07-24590534.0 KBList all markets
Returns a list of all available markets. The sorting of the list is based on Quidax's internal ranking of the markets.
get/markets
Response
200
Example response
{
"status": "success",
"message": "Successful",
"data": [
{
"id": "btcngn",
"name": "BTC/NGN",
"base_unit": "BTC",
"quote_unit": "NGN",
"trading_rules": {
"base_precision": 8,
"quote_precision": 2,
"minimum_order_size": 1250
}
}
]
}