Is there any method or a way to check accesskey permission on the Near account id?

202 Views Asked by At

How can I check the account created by an owner is having a full Accesskey or function_call access key.

1

There are 1 best solutions below

2
On BEST ANSWER

Yep! You can view the permissions for access keys via our access keys RPC endpoints:

https://docs.near.org/docs/api/rpc#access-keys

An easy way to do this is to run a near-cli command:

near keys ACCOUNT_ID

https://docs.near.org/docs/tools/near-cli#near-keys