Trading account transfer details
| Name | Type | Description | Notes |
|---|---|---|---|
| tx_id | str | Transfer transaction ID | [readonly] |
| status | str | Transfer status: - `pending`: Processing - `success`: Successful - `fail`: Failed | [readonly] |
| currency | str | Transfer currency | [readonly] |
| amount | str | Transfer amount | [readonly] |
| from_account | str | 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] |
| to_account | str | 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 | str | Settlement currency for futures, delivery, and options transfers; otherwise, null | [readonly] |
| currency_pair | str | Currency pair for margin transfers; otherwise, null | [readonly] |