Retrieves details for single order that has been submitted

Response

When an order is successfully returned, you will receive the following:

FieldDescriptionFormat
data.order.idUnique ID of the orderstring
data.order.account_idAccount ID for the orderstring
data.order.account_referenceAccount reference for the customerstring
data.order.order_typeOrder type indicated a Buy or a Sell cryptocurrency orderstring
data.order.payment_typePayment Type that was used by the customerstring
data.order.refOrder Referencenumber
data.order.fiat_codeFiat currency codestring
data.order.fiat_amountFiat currency value for the orderdecimal
data.order.coin_codeCryptocurrency codestring
data.order.coin_amountCryptocurrency value for the orderdecimal
data.order.wallet_addressCryptocurrency wallet addressstring
data.order.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.order.feeOrder fee in fiat currencydecimal
data.order.fee_taxTax charged on the payment fee in the fiat currencydecimal
data.order.payment_feePayment fee in fiat currencydecimal
data.order.payment_fee_taxTax charged on the payment fee in the fiat currencydecimal
data.order.commissionCommission amount in the fiat currencydecimal
data.order.tx_hashBlockchain transaction hashstring
data.order.tx_confirmsNumber of blockchain confirmationsnumber
data.order.created_atTimestamp when order was created in UTC timestring
data.order.created_dateDate when order was created in UTC timestring
data.order.statusCurrent Status of the Order. See: Order Statusstring
data.order.merchant_feeMerchant defined fee. Shown as null if not configured.decimal
data.order.meta_dataReturning meta data that was passed in the init orderstring
data.order.requested_fxData object that contains the converted fiat_amount. This is only added if fx_currency param is passedarray
data.order.requested_fx.currencyThe same value that was passed in fx_currencystring
data.order.requested_fx.rateFx rate between the fiat_code and the fx_currencydecimal
data.order.requested_fx.amountConverted fiat_amount in the passed fx_currencydecimal
Language
Authorization
Header
Click Try It! to start a request and see the response here!