Retrieves details for a bulk of orders that have been submitted within a given time range and optionally by order status or customer.

Response

When orders are successfully returned, you will receive the following:

FieldDescriptionFormat
data.orders.idUnique ID of the ordernumber
data.orders.account_idAccount ID for the orderstring
data.orders.account_referenceAccount reference for the customerstring
data.orders.order_typeOrder typestring
data.orders.payment_typePayment Typestring
data.orders.refOrder Referencestring
data.orders.fiat_codeFiat currency codestring
data.orders.fiat_amountFiat currency value for the orderdecimal
data.orders.coin_codeCryptocurrency codestring
data.orders.coin_amountCryptocurrency value for the orderdecimal
data.orders.wallet_addressCryptocurrency wallet addressstring
data.orders.wallet_address_tagCryptocurrency wallet address tag (if required)string
data.order.blockchainBlockchain network being used for the cryptocurrencyarray
data.order.blockchain.codeBlockchain codestring
data.order.blockchain.descriptionBlockchain code full namestring
data.orders.feeOrder fee in fiat currencydecimal
data.orders.fee_taxTax charged on the payment fee in the fiat currencydecimal
data.orders.payment_feePayment fee in fiat currencydecimal
data.orders.payment_fee_taxTax charged on the payment fee in the fiat currencydecimal
data.orders.commissionCommission amount in the fiat currencydecimal
data.orders.tx_hashBlockchain transaction hashstring
data.orders.tx_confirmsNumber of blockchain confirmationsnumber
data.orders.created_atTimestamp when order was created in UTC timestring
data.orders.created_dateDate of order creation in UTC timestring
data.orders.statusCurrent order status. Available order statuses can be found here: Order Statusstring
data.orders.merchant_feeYour defined fee. Shown as null if not configured.decimal
data.orders.meta_dataReturning meta data that was passed by your with the original orderstring
meta.current_pagePage requestednumber
meta.last_pageLast page that can be requestednumber
meta.fromIndex of the first item in this responsenumber
meta.toIndex of the last item in this responsenumber
meta.per_pageMax number of items per pagestring
meta.totalTotal number of items foundnumber
Language
Authorization
Header
Click Try It! to start a request and see the response here!