Skip to main content
GET
/
api
/
v1
/
kalshi
/
markets
/
{market_id}
/
orderbook
Get orderbook
curl --request GET \
  --url http://gateway.graylayer.tech/api/v1/kalshi/markets/{market_id}/orderbook \
  --header 'X-API-Key: <api-key>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.graylayer.tech/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

API key. Request one in #api-key-request on the Graylayer Discord.

Path Parameters

market_id
string
required

Query Parameters

depth
integer

Depth of orderbook to return

Response

Orderbook

The response is of type object.