Skip to main content
GET
/
v1
/
wallets
/
{wallet_id}
Get wallet by ID
curl --request GET \
  --url https://api.cdp.coinbase.com/platform/v1/wallets/{wallet_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "d43059c7-2cc8-471e-b39b-d6dfb279cc42",
  "network_id": "base-sepolia",
  "default_address": {
    "wallet_id": "d91d652b-d020-48d4-bf19-5c5eb5e280c7",
    "network_id": "base-sepolia",
    "public_key": "<string>",
    "address_id": "0xfc807D1bE4997e5C7B33E4d8D57e60c5b0f02B1a"
  },
  "feature_set": {
    "faucet": true,
    "server_signer": true,
    "transfer": true,
    "trade": true,
    "stake": true,
    "gasless_send": true
  },
  "server_signer_status": "pending_seed_creation"
}

Authorizations

Authorization
string
header
required

Path Parameters

wallet_id
string
required

Response

id
string
required
Example:
network_id
string
required
Example:
feature_set
object
required
default_address
object
server_signer_status
enum<string>
Available options:
pending_seed_creation,
active_seed