GET
/
coinbase-accounts
Get all Coinbase wallets
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

id
string
required
name
string
required
balance
string
required
currency
string
required
type
enum<string>
default:wallet
required
Available options:
wallet,
fiat
primary
boolean
required
active
boolean
required
hold_balance
string
required
hold_currency
string
required
destination_tag_name
string
destination_tag_regex
string