Skip to main content
POST
/
EXPERIMENTAL_view_access_key_list
cURL
curl --request POST \
  --url https://api.example.com/EXPERIMENTAL_view_access_key_list \
  --header 'Content-Type: application/json' \
  --data '
{
  "params": {
    "block_id": 1,
    "account_id": "<string>"
  },
  "id": "dontcare",
  "jsonrpc": "2.0"
}
'
{
  "result": {
    "block_hash": "<string>",
    "block_height": 1,
    "keys": [
      {
        "access_key": {
          "nonce": 1
        },
        "public_key": "<string>"
      }
    ]
  },
  "id": "<string>",
  "jsonrpc": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.near.org/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
method
enum<string>
required
Available options:
EXPERIMENTAL_view_access_key_list
params
RpcViewAccessKeyListRequest · object
required
id
string
default:dontcare

JSON-RPC request id. Auto-populated; can be any string.

jsonrpc
enum<string>
default:2.0

JSON-RPC protocol version. Always 2.0.

Available options:
2.0

Response

200 - application/json
result
object
required

Lists access keys

id
string
required
jsonrpc
string
required