Retrieve permissions for a specific spender and chain, optionally filtered by account
Coinbase-specific RPC method
Retrieves permissions associated with a specific account and chain. If a spender is provided, returns only permissions for that spender. Otherwise, returns all permissions for the account. This method excludes permissions that have expired or been revoked, returning only active spend permissions. Sorted by creation date, oldest first.
Ensure the chainId and spender parameters are correctly formatted and valid for the blockchain you are querying. If provided, the account parameter must also be a valid address.