post https://api.banxa.com/api/orders//confirm
Once the coin amount transfer for a Sell Order has been executed, Banxa must be notified by sending a request to this endpoint with transaction hash, source and destination wallet address details.
Response
Field | Description | Format |
---|---|---|
data.order.id | The ID of the order | string |
data.order.account_id | The account ID for the order | string |
data.order.account_reference | The account reference for the customer | string |
data.order.order_type | Order type | string |
data.order.payment_type | Payment type | string |
data.order.ref | Order reference | number |
data.order.fiat_code | Fiat currency code | string |
data.order.fiat_amount | Fiat currency value for the order | decimal |
data.order.coin_code | Cryptocurrency code | string |
data.order.coin_amount | Cryptocurrency value for the order | string |
data.order.blockchain | The blockchain network being used for the cryptocurrency | array |
data.order.blockchain.code | The blockchain code | string |
data.order.wallet_address | The destination wallet address for the order | string |
data.order.wallet_address_tag | If applicable, the destination wallet address tag/memo for the order | string |
data.order.blockchain.description | The blockchain code full name | string |
data.order.fee | Order fee in fiat currency | decimal |
data.order.payment_fee | Payment fee in fiat currency | decimal |
data.order.commission | Commission amount in the fiat currency | decimal |
data.order.tx_hash | Confirmed Blockchain transaction hash of the order | string |
data.order.created_at | Date when order was created in UTC time | string |
data.order.completed_at | Date when order was completed in UTC time | string |
data.order.status | See here for details: Order Status | string |
data.order.merchant_fee | Merchant defined fee. Shown as null if not configured | decimal |
data.order.meta_data | Returning meta data that was passed in the init order | string |