Skip to main content
GET
/
api
/
v1
/
orderbook
/
by-mint
/
{mint_address}
Get orderbook by mint address
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>"
}

Authorizations

x-api-key
string
header
required

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

Path Parameters

mint_address
string
required

Market mint address (ledger or outcome mint)

Response

Orderbook retrieved successfully