Retrieve a cursor-paged list of all orders across all order types that are not part of a transport request.
You can find out more about how to use cursors in our developer portal.
Security
clientCredentials
- Mock serverhttps://developer.conundra.eu/_mock/apis/order-book/order-book-api/orders
- Order Book API Productionhttps://api.conundra.eu/orderbook/v1/orders
curl -i -X GET \
'https://developer.conundra.eu/_mock/apis/order-book/order-book-api/orders?cursor=string&limit=100' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "data": [ { … } ], "cursor": { "self": "c2VsZl9fcGFnZQ", "prev": "cHJldmlvdXNfX3BhZ2U", "next": "bmV4dF9fcGFnZQ" } }