PUT
/
address-book
/
{id}
Update address book
curl --request PUT \
  --url https://api.exchange.coinbase.com/address-book/{id} \
  --header 'Content-Type: application/json' \
  --header 'cb-access-key: <api-key>' \
  --header 'cb-access-passphrase: <api-key>' \
  --header 'cb-access-sign: <api-key>' \
  --header 'cb-access-timestamp: <api-key>' \
  --data '{
  "id": "<string>",
  "label": "<string>",
  "is_verified_self_hosted_wallet": true,
  "vasp_id": "<string>",
  "business_name": "<string>",
  "business_country_code": "<string>",
  "is_certified_self_send": true,
  "network": "<string>",
  "wallet_verification_network": "<string>"
}'
{
  "id": "1",
  "address": "1JmYrFBLMSCLBwoL87gdQ5Qc9MLvb2egKk",
  "display_address": "1JmYrFBLMSCLBwoL87gdQ5Qc9MLvb2egKk",
  "address_info": {
    "address": "1JmYrFBLMSCLBwoL87gdQ5Qc9MLvb2egKk",
    "display_address": "1JmYrFBLMSCLBwoL87gdQ5Qc9MLvb2egKk"
  },
  "currency": "BTC",
  "label": "my wallet",
  "address_booked": true,
  "address_book_added_at": "2019-02-06T22:27:50.221Z"
}

Authorizations

cb-access-key
string
header
required
cb-access-passphrase
string
header
required
cb-access-sign
string
header
required
cb-access-timestamp
string
header
required

Path Parameters

id
string
required

Body

application/json

Response

200
application/json

The response is of type object.