Markets

Get the current order book for a market

Retrieve the current state of the order book for a specific market, including all bids and asks.

GET
/markets/{mkt_id}/orderbook

Authorization

ApiKeyAuth ApiSignatureAuth ApiTimestampAuth
x-api-key<token>

API key for authentication

In: header

x-api-signature<token>

HMAC-SHA256 signature: base64(HMAC(timestamp + method + path + body, secret))

In: header

x-api-timestamp<token>

Unix timestamp in seconds

In: header

Path Parameters

mkt_id*string

Market ID (e.g., "BTC-PERP", "ETH-PERP").

Response Body

application/json