Skip to main content
GET
/
api
/
v1
/
orderbook
/
{market_ticker}
Get orderbook by market ticker
curl --request GET \
  --url https://prediction-markets-api.dflow.net/api/v1/orderbook/{market_ticker} \
  --header 'x-api-key: <api-key>'
{
  "code": "<string>",
  "msg": "<string>"
}

Authorizations

x-api-key
string
header
required

API key for authentication. Contact [email protected] to obtain an API key.

Path Parameters

market_ticker
string
required

Market ticker

Response

Orderbook retrieved successfully