Skip to main content

Overview

Access comprehensive market data through the Indexer Client. This guide covers querying markets, orderbooks, funding rates, and trading statistics.

Markets

List all perpetual markets and their properties

Orderbooks

View live bids and asks for any market

Statistics

Access volume, price changes, and funding rates

Querying Markets

Get All Perpetual Markets

Market Data Structure

string
Unique identifier for the CLOB (Central Limit Order Book) pair
string
Market ticker symbol (e.g., “ETH-USD”, “BTC-USD”)
string
Market status: "ACTIVE", "PAUSED", "CANCEL_ONLY", or "POST_ONLY"
string
Current oracle price in quote currency (USD)
string
24-hour price change percentage
string
24-hour trading volume in USD
number
Number of trades in the last 24 hours
string
Next funding rate as a percentage
string
Initial margin requirement (e.g., “0.05” = 5% = 20x leverage)
string
Maintenance margin requirement (e.g., “0.03” = 3%)
string
Total open interest in USD

Get Specific Market

Filter Active Markets

Market Statistics

Get Market Rankings

Calculate Maximum Leverage

Orderbook Data

Get Market Orderbook

Orderbook Structure

Calculate Spread

Calculate Market Depth

Funding Rates

Understanding Funding Rates

Funding rates are periodic payments between longs and shorts to keep perpetual prices close to spot:
  • Positive funding rate: Longs pay shorts (perp price > spot)
  • Negative funding rate: Shorts pay longs (perp price < spot)

Find Best Funding Opportunities

Trading Signals

Price Change Analysis

Volume Analysis

Market Monitoring

Real-time Market Monitor

Market Data Utilities

Price Ticker

Best Practices

Cache market data to reduce API calls:
Check market status before trading:
Assess liquidity before placing large orders:

Next Steps

IndexerClient Reference

Complete Indexer API documentation

Types Reference

Detailed type definitions

Place Orders

Start trading with market data

Balances Guide

Monitor your positions