---
title: "Collateral Markets List"
method: GET
path: "/api/v4/public/collateral/markets"
tags: ["Public API V4"]
---

# Collateral Markets List

`GET /api/v4/public/collateral/markets`

The endpoint returns the list of [market](/glossary#market) pair names available for [collateral](/glossary#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>

## Response `200`

Successful response

- object
  - `message` string, nullable
  - `result` string[]

---

[API](https://skmtc.net/whitebit/apis/whitebit-private-http-api-v4.md) · [All operations](https://skmtc.net/whitebit/apis/whitebit-private-http-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/whitebit/whitebit-private-http-api-v4/revisions/76c9def9942f/schema)
