v1
latestOpenAPI 3.0.32026-07-2613529376.3 KBPublic API V4
Market Info
The endpoint retrieves configuration and trading rules for all available spot, futures, and TradFi futures markets. Use the response to discover tradeable pairs, check minimum order sizes, and read fee schedules. Each entry includes precision settings, fee ratios, and order-size constraints for the market.
<Note> Market configuration is reference data, re-synced from the database approximately every 10 seconds. Polling more frequently returns identical data. The cache is shared across all callers. </Note> <Note> TradFi futures markets are region-gated. Markets not available in a given region are omitted from the response entirely and do not appear under any other market type. </Note> <Warning> Rate limit 2000 requests/10 sec. </Warning>get/api/v4/public/markets
Response
Successful response
Example response
[
{
"name": "SON_USD",
"stock": "SON",
"money": "USD",
"stockPrec": "3",
"moneyPrec": "2",
"feePrec": "4",
"makerFee": "0.001",
"takerFee": "0.001",
"minAmount": "0.001",
"minTotal": "0.001",
"maxTotal": "10000000000",
"tradesEnabled": true,
"isCollateral": true,
"type": "spot"
}
]