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/market-types \ --header 'authorization: <authorization>'
{ "_meta": { "_count": 123, "_page": { "_pageNumber": 123, "_pageSize": 123, "_totalElements": 123, "_totalPages": 123 } }, "marketTypes": [ { "id": "<string>", "outcomesRange": { "min": 123, "max": 123 }, "winnersRange": { "min": 123, "max": 123 }, "createdAt": "2023-11-07T05:31:56Z", "modifiedAt": "2023-11-07T05:31:56Z" } ] }
Header with the accessToken for the current session
OK
Show child attributes