cURL
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>" }
Returns orderbook data for a specific market ticker.
API key for authentication. Contact [email protected] to obtain an API key.
Market ticker
Orderbook retrieved successfully