market
Retrieve public market data: tickers, orderbooks, candles, funding rate, open interest, recent trades, and instrument details. No login required.
Instructions
[VERB] Public market data: tickers, orderbook, candles, instruments, funding rate, open interest, recent fills, and reference reads (no credentials required).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | No | Coin filter where applicable, e.g. USDT. | |
| type | No | Candlestick type market, mark, index, premium. Default: market | |
| view | No | summary (default) trims null fields to save tokens; full returns the untouched payload. | |
| limit | No | Max rows to return. | |
| action | Yes | What to do — tickers: ticker snapshot for a category/symbol (needs: category) | orderbook: order book depth (needs: category, symbol) | candles: recent klines (needs: category, symbol, interval) | candlesHistory: historical klines (needs: category, symbol, interval) | instruments: tradable instrument metadata (needs: category) | fundingRate: current funding rate (needs: symbol) | fundingRateHistory: historical funding rates (needs: category, symbol) | openInterest: current open interest (needs: category) | openInterestLimit: open-interest limit (needs: category) | recentFills: recent public trades (needs: category, symbol) | positionTier: position/leverage tiers (needs: category) | discountRate: collateral discount rates | indexComponents: index price components (needs: symbol) | marginLoan: margin-loan reference data (needs: coin) | proofOfReserves: proof-of-reserves | riskReserve: risk reserve fund (needs: category, symbol). | |
| cursor | No | Page number Default: 1. Maximum: 100 | |
| fields | No | Optional list (array or comma-separated string) of fields to keep on each returned row. | |
| symbol | No | Trading pair, e.g. BTCUSDT. | |
| endTime | No | Range end (ms epoch) for candles/history. | |
| category | No | Product category, e.g. SPOT or USDT-FUTURES. | |
| interval | No | Granularity 1m,3m,5m,15m,30m,1H,4H,6H,12H,1D | |
| startTime | No | Range start (ms epoch) for candles/history. | |
| marginCoin | No | Margin coin, It is required when the category is COIN-FUTURES |