Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://sandbox.api.btdx.io/markets/{id}/prices-v2 \ --header 'authorization: <authorization>'
{ "_meta": { "_count": 123, "_page": { "_pageNumber": 123, "_pageSize": 123, "_totalElements": 123, "_totalPages": 123 } }, "prices": [ { "marketId": "<string>", "liquidity": 123, "traded": 123, "prices": [ { "outcomeId": "<string>", "price": 123, "amount": 123, "matched": 123 } ] } ] }
Header with the accessToken for the current session
market id
OK
Show child attributes