Skip to main content
GET
/
api
/
v3
/
brokerage
/
key_permissions
Get API Key Permissions
curl --request GET \
  --url https://api.coinbase.com/api/v3/brokerage/key_permissions
{
  "can_view": true,
  "can_trade": true,
  "can_transfer": true,
  "portfolio_uuid": "<string>",
  "portfolio_type": "<any>"
}

Response

can_view
boolean
can_trade
boolean
can_transfer
boolean
portfolio_uuid
string
portfolio_type
any