Search by id
The method allows you to find an address belonging to an organization by its ID, regardless of its type
Description of fields
Field
Type
Description
id
string
ID of the address in the system
type
enum(PAY_IN, BUSINESS, PAY_OUT, PERSONAL, RECURRENT)
Address type
alias
string or null
The name of the address. It is set by the merchant
comment
string or null
Address comment. It is set by the merchant
currency
string
Address coin
network
string
Address network
balance
string
Address balance
address
string
Address in the blockchain
tag
string or null
The tag (MEMO) of the address. Available for networks that support the tag, for example Ripple
meta
any
Meta data. The free field is set by the merchant
isArchived
boolean
The address is in the archive
Last updated