v1

latestOpenAPI 3.0.32026-07-2613529376.3 KB
Public API V4

Collateral Markets List

The endpoint returns the list of market pair names available for collateral trading. Use the response to determine which markets support margin positions. Each item in the result array is a market pair name in BASE_QUOTE format (e.g., BTC_USDT).

<Note> The collateral market list is reference data, re-synced approximately every 10 seconds. Polling more frequently returns identical data. The cache is shared across all callers. </Note> <Warning> Rate limit 2000 requests/10 sec. </Warning>
get/api/v4/public/collateral/markets

Response

Successful response

messagestring nullable
resultstring[]

Example response

{
  "result": [
    "ADA_USDT",
    "BCH_USDT",
    "BTC_USDT",
    "DOGE_USDT"
  ]
}