curl --request GET \
--url https://api.copper.co/platform/crypto-addresses{
"cryptoAddresses": [
{
"address": "<string>",
"addressType": "externally-owned-account",
"createdAt": "<string>",
"createdBy": "<string>",
"cryptoAddressId": "<string>",
"currency": "<string>",
"isWhitelist": true,
"name": "<string>",
"_embedded": {
"currencyConfigurations": [
{
"createdAt": "<string>",
"createdBy": "<string>",
"cryptoAddressId": "<string>",
"currency": "<string>",
"currencyConfigurationId": "<string>",
"isWhitelist": true,
"extra": {},
"lastUsedAt": "<string>",
"portfolioIds": [
"<string>"
],
"updatedAt": "<string>",
"updatedBy": "<string>"
}
]
},
"acceptTokens": true,
"addressTags": [
null
],
"category": "smart-contract",
"extra": {},
"lastUsedAt": "<string>",
"mainCurrency": "<string>",
"memo": "<string>",
"organizationId": "<string>",
"portfolioIds": [
"<string>"
],
"updatedAt": "<string>",
"updatedBy": "<string>"
}
]
}Retrieve information about crypto addresses in an organization’s address book
curl --request GET \
--url https://api.copper.co/platform/crypto-addresses{
"cryptoAddresses": [
{
"address": "<string>",
"addressType": "externally-owned-account",
"createdAt": "<string>",
"createdBy": "<string>",
"cryptoAddressId": "<string>",
"currency": "<string>",
"isWhitelist": true,
"name": "<string>",
"_embedded": {
"currencyConfigurations": [
{
"createdAt": "<string>",
"createdBy": "<string>",
"cryptoAddressId": "<string>",
"currency": "<string>",
"currencyConfigurationId": "<string>",
"isWhitelist": true,
"extra": {},
"lastUsedAt": "<string>",
"portfolioIds": [
"<string>"
],
"updatedAt": "<string>",
"updatedBy": "<string>"
}
]
},
"acceptTokens": true,
"addressTags": [
null
],
"category": "smart-contract",
"extra": {},
"lastUsedAt": "<string>",
"mainCurrency": "<string>",
"memo": "<string>",
"organizationId": "<string>",
"portfolioIds": [
"<string>"
],
"updatedAt": "<string>",
"updatedBy": "<string>"
}
]
}Filter by crypto address ids
Filter by currencies
Filter by main currencies
Filter by address tags
Filter by addresses
Filter by memo
Limit for pagination
Offset for pagination
Filter only whitelisted addresses
Filter by address types. See details
externally-owned-account, internal-account, smart-contract, payable-smart-contract OK
List of crypto addresses
Show child attributes
Address
Address type. See details
externally-owned-account, internal-account, smart-contract, payable-smart-contract Created at timestamp
Created by user id
Crypto address id
Currency of an address
Indicates, if an address is whitelisted
Name of an address
Additional information for this crypto address
Show child attributes
Crypto address currency configuration
Show child attributes
Created at timestamp
Created by user id
Crypto address id
Currency of an address
Currency configuration id
Indicates, if an address is whitelisted
Extra information for an address
Last used at
Portfolio ids, if address set for particular portfolios
Last updated Updated at timestamp
Updated by user id
Indicates an address can be used for tokens on the same blockchain network
Address tags
Address category. See details
smart-contract, payable-smart-contract, mining, unknown, self-hosted, vasp Extra information for an address
Last used at
Main currency of an address
Address memo (destination tag for XRP)
Organization id
Portfolio ids, if address set for particular portfolios
Last updated Updated at timestamp
Updated by user id
Was this page helpful?