post https://gateway.abcex.io/api/v1/accounting/client/transfer-account/transfer-funds
Метод позволяет осуществить перевод между счетами
Request
{
"amount": 100,
"transferTo": "spot",
"transferFrom": "funding",
"currencyId": "RUB"
}
Response
Параметр | Обязательность | Описание |
---|---|---|
ID | Да | ID транзакции |
{
"id": "123x-123x-123x"
}