Trading account transfer details
| Name | Type | Description | Notes |
|---|---|---|---|
| txId | String | Transfer transaction ID | [readonly] |
| status | StatusEnum | Transfer status: - `pending`: Processing - `success`: Successful - `fail`: Failed | [readonly] |
| currency | String | Transfer currency | [readonly] |
| amount | String | Transfer amount | [readonly] |
| fromAccount | FromAccountEnum | Source account type: - `spot`: Spot account - `margin`: Margin account - `futures`: Perpetual futures account - `delivery`: Delivery futures account - `options`: Options account - `unknown`: Unrecognized account type | [readonly] |
| toAccount | ToAccountEnum | Destination account type: - `spot`: Spot account - `margin`: Margin account - `futures`: Perpetual futures account - `delivery`: Delivery futures account - `options`: Options account - `unknown`: Unrecognized account type | [readonly] |
| settle | String | Settlement currency for futures, delivery, and options transfers; otherwise, null | [readonly] |
| currencyPair | String | Currency pair for margin transfers; otherwise, null | [readonly] |
| Name | Value |
|---|---|
| PENDING | "pending" |
| SUCCESS | "success" |
| FAIL | "fail" |
| Name | Value |
|---|---|
| SPOT | "spot" |
| MARGIN | "margin" |
| FUTURES | "futures" |
| DELIVERY | "delivery" |
| OPTIONS | "options" |
| UNKNOWN | "unknown" |
| Name | Value |
|---|---|
| SPOT | "spot" |
| MARGIN | "margin" |
| FUTURES | "futures" |
| DELIVERY | "delivery" |
| OPTIONS | "options" |
| UNKNOWN | "unknown" |