GET
/
crypto-addresses
curl --request GET \
  --url https://api.copper.co/platform/crypto-addresses
{
  "cryptoAddresses": [
    {
      "acceptTokens": true,
      "address": "<string>",
      "addressType": "externally-owned-account",
      "category": "smart-contract",
      "createdAt": "<string>",
      "createdBy": "<string>",
      "cryptoAddressId": "<string>",
      "currency": "<string>",
      "extra": {},
      "isWhitelist": true,
      "lastUsedAt": "<string>",
      "mainCurrency": "<string>",
      "memo": "<string>",
      "name": "<string>",
      "organizationId": "<string>",
      "portfolioIds": [
        "<string>"
      ],
      "updatedAt": "<string>",
      "updatedBy": "<string>"
    }
  ]
}

Query Parameters

cryptoAddressIds
string[]

Filter by crypto address ids

currencies
string[]

Filter by currencies

mainCurrencies
string[]

Filter by main currencies

addresses
string[]

Filter by addresses

memo
string

Filter by memo

limit
string
default:500

Limit for pagination

offset
string

Offset for pagination

isWhitelist
boolean
default:false

Filter only whitelisted addresses

addressTypes
enum<string>[]

Filter by address types. See details

Available options:
externally-owned-account,
internal-account,
smart-contract,
payable-smart-contract

Response

200
application/json
OK
cryptoAddresses
object[]
required

List of crypto addresses