address-book
Get Crypto Address by ID
Retrieve information about a crypto address in an organization’s address book
GET
/
crypto-addresses
/
{cryptoAddressId}
Path Parameters
cryptoAddressId
string
requiredResponse
200 - application/json
address
string
requiredAddress
addressType
enum<string>
requiredAddress type. See details
Available options:
externally-owned-account
, internal-account
, smart-contract
, payable-smart-contract
createdAt
string
requiredCreated at timestamp
createdBy
string
requiredCreated by user id
cryptoAddressId
string
requiredCrypto address id
currency
string
requiredCurrency of an address
isWhitelist
boolean
requiredIndicates, if an address is whitelisted
name
string
requiredName of an address
acceptTokens
boolean
Indicates an address can be used for tokens on the same blockchain network
category
enum<string>
Address category. See details
Available options:
smart-contract
, payable-smart-contract
, mining
, unknown
, self-hosted
, vasp
extra
object
Extra information for an address
lastUsedAt
string
Last used at
mainCurrency
string
Main currency of an address
memo
string
Memo
organizationId
string
Organization id
portfolioIds
string[]
Portfolio ids, if address set for particular portfolios
updatedAt
string
Last updated Updated at timestamp
updatedBy
string
Updated by user id