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.
The number of orders to return. Default and maximum is 50. Applicable when externalReference query param is not provided.
10The number of orders to skip. Use together with limit for pagination.
20External reference of the order(s), set by partner
external_order_idUser wallet address
bc1q897va9he4zcppqgp3h7ue8hj7448ra0mr6xqtuCurrency code of the output currency
The start date of the range of orders to return (inclusive). Format: YYYY-MM-DD
2024-10-01The end date of the range of orders to return (exclusive). Format: YYYY-MM-DD
2024-10-02ok
Unique identifier of the order
f41a3e45-6392-457c-8566-a282b5f3e177An optional external order reference set by the partner. It is limited to 100 characters.
your_order_idAn optional 3rd party reference set by the partner. It is limited to 50 characters.
your_sub_partner_idType of the order. BUY for on-ramp, SELL for off-ramp
BUYPossible values: Timestamp of the order creation
2024-10-01T12:00:00ZCurrent state of the order
COMPLETEDPossible values: Timestamp of the last order state change
2024-10-01T13:00:00ZPayment method used for the order
CARDPossible values: Currency code used for funding the order
USDAmount of input currency used for the order
100.00Currency code of the output currency
BTCAmount of output currency
0.001Amount of the transaction denominated in USD. Will be an approximate value in case of inputCurrency different than USD.
100.00Blockchain.com Pay processing fee denominated in inputCurrency
1.00Blockchain.com Pay processing fee denominated in USD. Will be an approximate value in case of inputCurrency different than USD.
1.00Partner fee denominated in inputCurrency
0.50Partner fee denominated in USD. Will be an approximate value in case of inputCurrency different than USD.
0.50Network fee denominated in inputCurrency
1.50Transaction network fee denominated in USD. Will be an approximate value in case of inputCurrency different than USD.
1.50Unique identifier of the user
2b6f0cc9-7b0c-4f3b-8f3b-6f0cc97b0c4fTarget wallet address of the crypto transaction
bc1q897va9he4zcppqgp3h7ue8hj7448ra0mr6xqtuTransaction hash of the crypto transaction. Will only be present for orders in COMPLETED state
4b1549abe58cface17d400bf50ff0fe0c2e2ca8121f4e3764d807dc841a2ab80ok
Returns order details for a given order id.
Unique identifier of the order
f41a3e45-6392-457c-8566-a282b5f3e177ok
Unique identifier of the order
f41a3e45-6392-457c-8566-a282b5f3e177An optional external order reference set by the partner. It is limited to 100 characters.
your_order_idAn optional 3rd party reference set by the partner. It is limited to 50 characters.
your_sub_partner_idType of the order. BUY for on-ramp, SELL for off-ramp
BUYPossible values: Timestamp of the order creation
2024-10-01T12:00:00ZCurrent state of the order
COMPLETEDPossible values: Timestamp of the last order state change
2024-10-01T13:00:00ZPayment method used for the order
CARDPossible values: Currency code used for funding the order
USDAmount of input currency used for the order
100.00Currency code of the output currency
BTCAmount of output currency
0.001Amount of the transaction denominated in USD. Will be an approximate value in case of inputCurrency different than USD.
100.00Blockchain.com Pay processing fee denominated in inputCurrency
1.00Blockchain.com Pay processing fee denominated in USD. Will be an approximate value in case of inputCurrency different than USD.
1.00Partner fee denominated in inputCurrency
0.50Partner fee denominated in USD. Will be an approximate value in case of inputCurrency different than USD.
0.50Network fee denominated in inputCurrency
1.50Transaction network fee denominated in USD. Will be an approximate value in case of inputCurrency different than USD.
1.50Unique identifier of the user
2b6f0cc9-7b0c-4f3b-8f3b-6f0cc97b0c4fTarget wallet address of the crypto transaction
bc1q897va9he4zcppqgp3h7ue8hj7448ra0mr6xqtuTransaction hash of the crypto transaction. Will only be present for orders in COMPLETED state
4b1549abe58cface17d400bf50ff0fe0c2e2ca8121f4e3764d807dc841a2ab80Order not found
Last updated