GET
/
crypto-addresses
/
{cryptoAddressId}
curl --request GET \
  --url https://api.copper.co/platform/crypto-addresses/{cryptoAddressId}
{
  "_embedded": {
    "currencyConfigurations": [
      {
        "createdAt": "<string>",
        "createdBy": "<string>",
        "cryptoAddressId": "<string>",
        "currency": "<string>",
        "currencyConfigurationId": "<string>",
        "extra": {},
        "isWhitelist": true,
        "lastUsedAt": "<string>",
        "portfolioIds": [
          "<string>"
        ],
        "updatedAt": "<string>",
        "updatedBy": "<string>"
      }
    ]
  },
  "acceptTokens": true,
  "address": "<string>",
  "addressTags": [
    null
  ],
  "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>"
}

Path Parameters

cryptoAddressId
string
required

Response

200
application/json

OK

The response is of type object.