Info API
Query account, orders, positions, trades, kline, funding rate, and more.
Last updated
Query account, orders, positions, trades, kline, funding rate, and more.
Query endpoints for all read-only data. No signature required.
GET /info/...The official SDK repository includes runnable examples for read-only queries:
Market data: get_products.py, get_kline.py, get_funding_rate_current.py
Account data: get_wallet.py, get_orders.py, get_positions.py
Agent data: get_agents.py, get_active_agent.py
Last updated

