cURL
curl --request GET \ --url https://prediction-markets-api.dflow.net/api/v1/orderbook/by-mint/{mint_address} \ --header 'x-api-key: <api-key>'
{ "code": "<string>", "msg": "<string>" }
Returns orderbook data for a specific mint address.
API key for authentication. Contact [email protected] to obtain an API key.
Market mint address (ledger or outcome mint)
Orderbook retrieved successfully