v1
latestOpenAPI 3.0.32026-07-2613529376.3 KBTransfer
Transfer between balances
The endpoint transfers the specified amount between main, trade and collateral balances.
<Warning> Rate limit: 1000 requests/10 sec. </Warning> <Note> The API does not cache the response. </Note> <Note> Also, fiat currencies can't be transferred without KYC verification. </Note>post/api/v4/main-account/transfer
Request body
Example request
{
"method": "deposit",
"from": "main",
"to": "spot",
"ticker": "XLM",
"amount": "0.9",
"request": "{{request}}",
"nonce": 1594297865000
}Response
All validations succeeded and creating transaction is started