Orders
Returns the latest state of user orders
Returns either:
- A list of recent orders, limited to a maximum of 50 orders, sorted by descending creation date.
- If
externalReferenceis provided, returns all orders matching that reference. - If
walletAddressis provided, returns all orders for that wallet address.
Partner's private API key. Required on order endpoints; indicates a server-to-server call.
The number of orders to return. Default and maximum is 50. Ignored when externalReference is provided.
50Example: 10The number of orders to skip. Use together with limit for pagination.
20External reference of the order(s) set by the partner.
external_order_idUser wallet address.
bc1q897va9he4zcppqgp3h7ue8hj7448ra0mr6xqtuFilter by output (crypto) currency code.
BTCStart of the date range, inclusive. Format: YYYY-MM-DD.
2024-10-01End of the date range, exclusive. Format: YYYY-MM-DD.
2024-10-02List of orders.
Unique identifier of the order.
f41a3e45-6392-457c-8566-a282b5f3e177External order reference set by the partner. Limited to 100 characters.
your_order_idOptional third-party reference set by the partner. Limited to 50 characters.
your_sub_partner_idOrder direction. BUY for on-ramp, SELL for off-ramp.
BUYPossible values: Timestamp when the order was created.
2024-10-01T12:00:00ZCurrent state of the order.
COMPLETEDPossible values: Timestamp of the last order state change.
2024-10-01T13:00:00ZPayment method to be used for the order.
CARDPossible values: Fiat currency used to fund the order.
USDFiat amount used to fund the order.
100.00Crypto currency purchased.
BTCAmount of crypto received.
0.001Transaction value in USD. Approximate when inputCurrency is not USD.
100.00Blockchain.com Pay processing fee denominated in inputCurrency.
1.00Blockchain.com Pay processing fee in USD. Approximate when inputCurrency is not USD.
1.00Partner fee denominated in inputCurrency.
0.50Partner fee in USD. Approximate when inputCurrency is not USD.
0.50Blockchain network fee denominated in inputCurrency.
1.50Blockchain network fee in USD. Approximate when inputCurrency is not USD.
1.50Unique identifier of the user who placed the order.
2b6f0cc9-7b0c-4f3b-8f3b-6f0cc97b0c4fCrypto wallet address that received the output currency.
bc1q897va9he4zcppqgp3h7ue8hj7448ra0mr6xqtuBlockchain transaction hash. Only present for COMPLETED orders.
4b1549abe58cface17d400bf50ff0fe0c2e2ca8121f4e3764d807dc841a2ab80Missing or invalid API key.
Returns order details for the given order id.
Partner's private API key. Required on order endpoints; indicates a server-to-server call.
Unique identifier of the order.
f41a3e45-6392-457c-8566-a282b5f3e177Order details.
Unique identifier of the order.
f41a3e45-6392-457c-8566-a282b5f3e177External order reference set by the partner. Limited to 100 characters.
your_order_idOptional third-party reference set by the partner. Limited to 50 characters.
your_sub_partner_idOrder direction. BUY for on-ramp, SELL for off-ramp.
BUYPossible values: Timestamp when the order was created.
2024-10-01T12:00:00ZCurrent state of the order.
COMPLETEDPossible values: Timestamp of the last order state change.
2024-10-01T13:00:00ZPayment method to be used for the order.
CARDPossible values: Fiat currency used to fund the order.
USDFiat amount used to fund the order.
100.00Crypto currency purchased.
BTCAmount of crypto received.
0.001Transaction value in USD. Approximate when inputCurrency is not USD.
100.00Blockchain.com Pay processing fee denominated in inputCurrency.
1.00Blockchain.com Pay processing fee in USD. Approximate when inputCurrency is not USD.
1.00Partner fee denominated in inputCurrency.
0.50Partner fee in USD. Approximate when inputCurrency is not USD.
0.50Blockchain network fee denominated in inputCurrency.
1.50Blockchain network fee in USD. Approximate when inputCurrency is not USD.
1.50Unique identifier of the user who placed the order.
2b6f0cc9-7b0c-4f3b-8f3b-6f0cc97b0c4fCrypto wallet address that received the output currency.
bc1q897va9he4zcppqgp3h7ue8hj7448ra0mr6xqtuBlockchain transaction hash. Only present for COMPLETED orders.
4b1549abe58cface17d400bf50ff0fe0c2e2ca8121f4e3764d807dc841a2ab80Missing or invalid API key.
Order not found.
Last updated