Skip to main content
GET

coinbase_get_account

Request
  • Optional account_uuid: if omitted, returns the primary (default) account.
Options
  • include / exclude: filter which tools are exposed (use full names like coinbase_get_account).
  • minimal: omit provider and provider_fields when True.

Body

application/json

This is a request to obtain information. Your API keys are required.

account_uuid
string

Optional Coinbase account UUID. If omitted, the primary account is returned.

Response

Account (OpenTools trading schema).

provider
string | null

Trading provider identifier. Omitted when minimal=True.

id
string | null

Account ID.

status
string | null

Account status.

currency
string | null

Account currency (e.g. USD).

cash
string | null

Cash balance.

buying_power
string | null

Buying power.

equity
string | null

Equity.

portfolio_value
string | null

Portfolio value.

created_at
string<date-time> | null

Created timestamp.

provider_fields
object

Extra provider-specific fields (omitted when minimal=True).