Market Data
List trading markets
Returns all trading markets available on AltCoinTrader.
get/markets
Response
Trading markets returned successfully.
Example response
[
{
"symbol": "BTCZAR",
"base": "BTC",
"quote": "ZAR",
"status": "active",
"min_order_value": "0",
"price_precision": 2,
"quantity_precision": 8
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.