CryptoTransferAccount
addressstringrequired
Crypto address. Example: 1Lbcfr7sAHTD9CgdQo3HTMTkV8LK4ZnX71 (Bitcoin network)
Possible values: <= 100 characters
idstring<uuid>required
The unique identifier of the account. Example: 123e4567-e89b-12d3-a456-426614174000
Possible values: <= 2147483647 characters
name object
The name of the beneficiary. Example: John Doe
- null
- string
null
networkCryptoTransferNetworkId (string)required
The network of the crypto. Example: ERC20 or TRC20
Possible values: [ERC20, TRC20, BEP20, POLYGON, ARBITRUM, BASE, CARDANO, TEZOS, BTC_LEGACY, BTC_SEGWIT, HAQQ, SOLANA, TON]
CryptoTransferAccount
{
"address": "string",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "null",
"network": "ERC20"
}