Coinbase Advanced Trade API
cURL
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>" }
Get information about your CDP API key permissions
A successful response.
The response is of type object.
object
Was this page helpful?