Skip to main content
Coinbase-specific RPC method
Retrieves permissions associated with a specific account, chain, and spender. This method excludes permissions that have expired or been revoked, returning only active spend permissions.

Parameters

string
required
The address of the account whose permissions are being queried.
string
required
The ID of the blockchain, in hexadecimal format.
string
required
The entity granted with the permission to spend the account’s funds.
object
Optional pagination settings for the request.

Returns

object
The permissions response object.

Error Handling

Ensure the chainId, account, and spender parameters are correctly formatted and valid for the blockchain you are querying.