AccountAddress
accountNumber object
oneOf
- null
- FiatRouting
null
bankAddress object
Bank address of FIAT address
- null
- string
null
bankName object
Bank name of FIAT address
- null
- string
null
cryptoAccount object
Account number of CRYPTO address
- null
- string
null
designationstringrequired
Account address's designation. Possible values: UNIVERSAL, SALARY, PERSONAL, VOID
Possible values: <= 2147483647 characters
idstring<uuid>required
Account address's id
Possible values: <= 2147483647 characters
reference object
Reference of FIAT address
- null
- string
null
referenceProvider object
Name of the reference provider of FIAT address
- null
- string
null
referenceProviderAddress object
Address of the reference provider of FIAT address
- null
- string
null
routingNumber object
oneOf
- null
- FiatRouting
null
supportedNetworks object
Supported networks of FIAT address. E.g. SEPA, SEPA_INSTANT, SWIFT, FASTER_PAYMENTS, CHAPS
- null
- string[]
null
typestringrequired
Transfer Area type. Possible fiat values: INTERNATIONAL, LOCAL_EU, LOCAL_UK, LOCAL_US. For crypto address contains network type (e.g. ERC20 or TON)
Possible values: <= 2147483647 characters
AccountAddress
{
"accountNumber": "null",
"bankAddress": "null",
"bankName": "null",
"cryptoAccount": "null",
"designation": "string",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"reference": "null",
"referenceProvider": "null",
"referenceProviderAddress": "null",
"routingNumber": "null",
"supportedNetworks": "null",
"type": "string"
}