GET /user, require a specific scope to access them. In general, permissions follow the pattern,service-name:resource:action, where the main services are wallet, data, and business.
In general, most common actions are:
read- List or read individual resources (e.g., listing your transactions)create- Create new resources. For some resources there’s more specific actions (e.g.sendandrefund)update- Update existing resourcedelete- Delete a resource
GET /user/auth endpoint.
As a general rule, you should only ask for scopes which your application needs and avoid asking for access to unnecessary ones. Users more readily grant access to limited, clearly described scopes.
Supported Scopes
Below are listed all the available scopes for both Coinbase Business application and API keys. For more information to understand which permission is required for a specific API action/endpoint, follow ourAPI reference which includes Permissions section under each endpoint.