Orders
Returns the latest state of user orders
Last updated
Returns the latest state of user orders
Last updated
The Orders API allows you to fetch a list of up to 50 recent orders or query for specific ones either by order id or by external reference, set by the partner.
This information can be used to learn order state changes in a passive-polling way. It is an alternative to subscribing to webhooks, which provide automatic and instant updates.
Since this API shares sensitive data of the orders, it requires private authentication.
Returns either:
externalReference
query parameter is provided, returns a list of order details for orders that match requested external reference. It could be several orders.walletAddress
query parameter is provided, returns a list of order details for orders that match requested wallet address. It could be several orders./v1/orders
The number of orders to return. Default and maximum is 50. Applicable when externalReference
query param is not provided.
10
The number of orders to skip. Use together with limit
for pagination.
20
External reference of the order(s), set by partner
external_order_id
User wallet address
bc1q897va9he4zcppqgp3h7ue8hj7448ra0mr6xqtu
Currency code of the output currency
The start date of the range of orders to return (inclusive). Format: YYYY-MM-DD
2024-10-01
The end date of the range of orders to return (exclusive). Format: YYYY-MM-DD
2024-10-02
Returns order details for a given order id.
/v1/orders/{id}
Unique identifier of the order
f41a3e45-6392-457c-8566-a282b5f3e177