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.refCustomer friendly order referencenumber
data.order.countryThe KYC country of the userstring
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.blockchainData object that contains the blockchain details.object
data.order.blockchain.codeBlockchain codestring
data.order.blockchain.descriptionBlockchain code full namestring
data.order.blockchain.contract_idBlockchain / cryptocurrency smart contract IDstring
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 if this was passed as part of the original Create Order request.string
data.order.requested_fxData object that contains the converted fiat_amount. This is only added if fx_currency param is passed.object
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
data.order.discountData object that contains discount applied to the order. This object is only returned if a discount was applied to the order.object
discount.before_crypto_amountThe crypto amount the customer would have received prior to the discount.string
discount.after_crypto_amountThe crypto amount the customer received after the discount was applied.string
discount.before_network_feeThe network fee the customer would have paid prior to the discount being applied. .string
discount.after_network_feeThe network fee the customer paid after the discount was applied.string
discount.before_gateway_feeThe payment gateway fee the customer would have paid prior to the discount being applied.string
discount.after_gateway_feeThe payment gateway fee the customer paid after the discount was applied.string
discount.before_fiat_amountThe fiat amount the customer would have received prior to the discount.string
discount.after_fiat_amountThe fiat amount the customer received after the discount was applied.string
Language
Authorization
Header
Click Try It! to start a request and see the response here!