GET
/
coinbase-accounts
curl --request GET \
  --url https://api.exchange.coinbase.com/coinbase-accounts \
  --header 'cb-access-key: <api-key>' \
  --header 'cb-access-passphrase: <api-key>' \
  --header 'cb-access-sign: <api-key>' \
  --header 'cb-access-timestamp: <api-key>'
[
  {
    "available_on_consumer": true,
    "hold_balance": "0.00",
    "id": "OXT",
    "hold_currency": "USD",
    "balance": "0.00000000",
    "currency": "OXT",
    "primary": false,
    "name": "OXT Wallet",
    "type": "wallet",
    "active": true
  }
]

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

Response

200
application/json

The response is of type object[].