Skip to main content

Users

A user represents a person who has access to the Coinbase Platform APIs. wallets belong to users.

Currently, only one user exists: the default_user, which corresponds to the Admin or Owner who created the CDP API key:

u = Coinbase.default_user

Over time, the Platform APIs and SDK will introduce the ability to create additional users.

SDK Documentation

Refer to the User class SDK docs for a full list of supported methods.

Was this helpful?