Skip to main content
GET
Get orderbook depth

Authorizations

Authorization
string
header
required

Bearer token from Geomi. See Authentication for setup instructions.

Query Parameters

market
string
required

Market address. Spot and perp markets with the same base asset are separate markets with separate addresses.

Response

Orderbook depth

CoinGecko/CMC orderbook response with bid/ask depth. Prices and quantities are string pairs per the aggregator spec.

asks
string[][]
required

Ask levels as [price, quantity] string pairs, lowest price first

bids
string[][]
required

Bid levels as [price, quantity] string pairs, highest price first

ticker_id
string
required

Aggregator-compatible field name; value is the requested market address.

timestamp
string
required

Unix timestamp in milliseconds of last update