Orders
Returns the latest state of user orders
Returns either:
- A list of recent orders, limited to the maximum of 50 orders, sorted by descending creation date.
- If the
externalReferencequery parameter is provided, returns a list of order details for orders that match requested external reference. It could be several orders. - If the
walletAddressquery parameter is provided, returns a list of order details for orders that match requested wallet address. It could be several orders.
Authorizations
X-Private-API-KeystringRequired
Query parameters
limitstringOptionalExample:
The number of orders to return. Default and maximum is 50. Applicable when externalReference query param is not provided.
10offsetintegerOptionalExample:
The number of orders to skip. Use together with limit for pagination.
20externalReferencestringOptionalExample:
External reference of the order(s), set by partner
external_order_idwalletAddressstringOptionalExample:
User wallet address
bc1q897va9he4zcppqgp3h7ue8hj7448ra0mr6xqtuoutputCurrencystringOptional
Currency code of the output currency
fromstringOptionalExample:
The start date of the range of orders to return (inclusive). Format: YYYY-MM-DD
2024-10-01tostringOptionalExample:
The end date of the range of orders to return (exclusive). Format: YYYY-MM-DD
2024-10-02Responses
200
ok
application/json
get
/v1/orders200
ok
Last updated