Query all access keys for a NEAR account
Query all access keys for a NEAR account
curl -i -X POST \
https://rpc.mainnet.fastnear.com/ \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc": "2.0",
"id": "fastnear",
"method": "query",
"params": {
"request_type": "view_access_key_list",
"finality": "final",
"account_id": "mike.near"
}
}'{ "jsonrpc": "2.0", "id": "string", "result": { "keys": [ … ] }, "error": { "code": 0, "message": "string", "data": {} } }