post https://api.liquiditytech.com/api/v1/transfer/internalExchange/apply
(Deprecated)This endpoint enables transfers between trade accounts (e.g. Spot, Margin, and Futures) within the same sub-account. Note: This is distinct from the "Asset Transfer Between Accounts" endpoint and is only supported for Binance and Bitget exchange.
Request
| Field name | Type | Necessary | Remarks |
|---|---|---|---|
| accountId | Long | Y | Trade account ID |
| fromTradeAccountType | String | Y | Outgoing trade account type |
| toTradeAccountType | String | Y | Posting Trade account ID |
| currency | String | Y | Currency |
| amount | Double | Y | Quantity(mininum amount : 0.01 BTC ; 0.1 ETH ; 100 USDT ) |
Trade Account Type
| Exchange | Trade account type |
|---|---|
| Binance | Spot Account, USDT Contract Account, Coin Contract Account, Cross-Margin Account |
| Bitget | Spot Account, USDT Contract Account, Coin Contract Account, USDC Contract Account |
Response
| Field name | Type | Remarks |
|---|---|---|
| transferId | Long | Transfer id |
