Coinbase Exchange API
Get all addresses stored in the address book.
curl --request GET \ --url https://api.exchange.coinbase.com/address-book \ --header 'cb-access-key: <api-key>' \ --header 'cb-access-passphrase: <api-key>' \ --header 'cb-access-sign: <api-key>' \ --header 'cb-access-timestamp: <api-key>'
[ { "id": "e9c483b8-c502-11ec-9d64-0242ac120002", "address": "1JmYrFBLMSCLBwoL87gdQ5Qc9MLvb2egKk", "currency": "ETH", "label": "my wallet", "address_book_added_at": "2019-02-06T22:27:50.221Z", "is_verified_self_hosted_wallet": false, "business_name": "Example Business", "business_country_code": "US" } ]
The response is of type object[].
object[]
Was this page helpful?