Retrieves details for single order that has been submitted
Response
When an order is successfully returned, you will receive the following:
Field | Description | Format |
---|---|---|
| Unique ID of the order | number |
| Account ID for the order | string |
| Account reference for the customer | string |
| Order type indicated a Buy or a Sell cryptocurrency order | string |
| Payment Type that was used by the customer | string |
| Order Reference | string |
| Fiat currency code | string |
| Fiat currency value for the order | decimal |
| Cryptocurrency code | string |
| Cryptocurrency value for the order | decimal |
| Cryptocurrency wallet address | string |
| Cryptocurrency wallet address tag (if required) | string |
| Blockchain network being used for the cryptocurrency | array |
| Blockchain code | string |
| Blockchain code full name | string |
| Order fee in fiat currency | decimal |
| Tax charged on the payment fee in the fiat currency | decimal |
| Payment fee in fiat currency | decimal |
| Tax charged on the payment fee in the fiat currency | decimal |
| Commission amount in the fiat currency | decimal |
| Blockchain transaction hash | string |
| Number of blockchain confirmations | number |
| Timestamp when order was created in UTC time | string |
| Date when order was created in UTC time | string |
| Current Status of the Order. See: Order Status | string |
| Merchant defined fee. Shown as null if not configured. | decimal |
| Returning meta data that was passed in the init order | string |
| Data object that contains the converted fiat_amount. This is only added if fx_currency param is passed | array |
| The same value that was passed in fx_currency | string |
| Fx rate between the fiat_code and the fx_currency | decimal |
| Converted | decimal |