POST
/
crypto-addresses
curl --request POST \
  --url https://api.copper.co/platform/crypto-addresses \
  --header 'Content-Type: application/json' \
  --data '{
  "acceptTokens": true,
  "address": "<string>",
  "addressTags": [
    null
  ],
  "addressType": "externally-owned-account",
  "cryptoAddressId": "<string>",
  "currency": "<string>",
  "isWhitelist": "false",
  "mainCurrency": "<string>",
  "memo": "<string>",
  "name": "<string>",
  "portfolioIds": [
    "<string>"
  ]
}'
{
  "_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>"
}

Body

application/json

Response

200
application/json

OK

The response is of type object.