Skip to main content

FromAccount

balance objectrequired

The available balance of your account

amountstringrequired

The amount of money. Example: 1000.12

Possible values: non-empty and <= 2147483647 characters

currencystringrequired

The currency of the money. Example: 'USD'

Possible values: non-empty and <= 10 characters

idstring<uuid>required

The unique identifier of your account. Example: 123e4567-e89b-12d3-a456-426614174000

Possible values: >= 36 characters and <= 36 characters

namestringrequired

The name of your account. Example: 'USDT account'

Possible values: <= 2147483647 characters

FromAccount
{
"balance": {
"amount": "string",
"currency": "string"
},
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string"
}