Get orderbook by market ticker
curl --request GET \
--url https://dev-prediction-markets-api.dflow.net/api/v1/orderbook/{market_ticker} \
--header 'x-api-key: <api-key>'{
"code": "<string>",
"msg": "<string>"
}Orderbook
Get Orderbook
API reference for GET /api/v1/orderbook/
GET
/
api
/
v1
/
orderbook
/
{market_ticker}
Get orderbook by market ticker
curl --request GET \
--url https://dev-prediction-markets-api.dflow.net/api/v1/orderbook/{market_ticker} \
--header 'x-api-key: <api-key>'{
"code": "<string>",
"msg": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://pond.dflow.net/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Contact hello@dflow.net to obtain an API key.
Path Parameters
Market ticker
Response
Orderbook retrieved successfully
⌘I