---
title: "Available Futures Markets List"
method: GET
path: "/api/v4/public/futures"
tags: ["Public API V4"]
---

# Available Futures Markets List

`GET /api/v4/public/futures`

The endpoint returns detailed information for all available futures markets. Use the response to read current pricing, open interest, funding rates, and leverage bracket configuration. Each entry includes the predicted next funding rate, settlement timestamps, and maximum allowed position sizes per leverage level.

<Note>
The API caches the response for 1 second
</Note>

<Warning>
Rate limit 2000 requests/10 sec.
</Warning>

## Response `200`

Successful response

- object
  - `success` boolean
  - `message` string, nullable
  - `result` FuturesMarket[]
    - `ticker_id` string — Identifier of a ticker with delimiter to separate base/target
    - `stock_currency` string — Symbol/currency code of base pair
    - `money_currency` string — Symbol/currency code of target pair
    - `last_price` string — Last transacted price of base currency based on given target currency
    - `stock_volume` string — 24 hour trading volume in base pair volume
    - `money_volume` string — 24 hour trading volume in target pair volume
    - `bid` string — Current highest bid price
    - `ask` string — Current lowest ask price
    - `high` string — Rolling 24-hours highest transaction price
    - `low` string — Rolling 24-hours lowest transaction price
    - `product_type` 'Perpetual' | 'Futures' | 'Options' — Derivative product type for the market.
    - `open_interest` string — Current open interest in contracts (point-in-time snapshot, not a 24-hour delta or volume).
    - `index_price` string — Underlying index price
    - `index_name` string — Name of the underlying index if any
    - `index_currency` string — Underlying currency for index
    - `funding_rate` string — Predicted funding rate for the next settlement interval. Fluctuates in real time until settlement occurs. See GET /api/v4/public/funding-history/{market} for historical funding rate records.
    - `next_funding_rate_timestamp` string — Unix timestamp in milliseconds of the next funding settlement. 13-digit value (millisecond precision).
    - `brackets` object — Leverage brackets defining position size limits. Object keys are leverage multipliers (e.g., "1", "2", "5", "10", "20", "50", "100"). Values are the maximum allowed open position size in USDT equivalent at the corresponding leverage level.
    - `max_leverage` integer — Maximum leverage multiplier allowed for the market.
    - `funding_interval_minutes` integer — Funding interval in minutes

---

[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)
