Open APIs
Get Single Transaction
Code
Request Body
| Field | Type | Mandatory | Remarks |
|---|---|---|---|
| orderId | string | Yes | Binance order ID |
Example
Code
Code
Response Body
| Field | Type | Remarks |
|---|---|---|
| orderId | string | Binance order ID |
| clientOrderId | string | Client side order ID |
| direction | string | BUY or SELL |
| fiatCurrency | string | Fiat currency |
| cryptoCurrency | string | Crypto currency |
| fiatAmount | decimal | Fiat amount |
| cryptoAmount | decimal | Crypto Amount |
| price | decimal | Price. 1 crypto currency= {price} fiat currency |
| status | string | PROCESSING / FILLED / FAILED |
| spreadAmount | string | Revenue from Spread (in Fiat Currency) |
| createTime | timestamp | Order creation time (UTC) |
| settleTime | timestamp | Settlement time (UTC) |
Example
Code
Was this page helpful?
Last modified on