Skip to main content

author_hasKey

Checks if the node has a given public key in its keystore. Typically disabled on shared RPC providers.

Note: Expect an error or false on shared/public nodes.

Code Examples#

curl -X POST https://api-bittensor-mainnet.n.dwellir.com/YOUR_API_KEY \
+ -H 'Content-Type: application/json' \
+ -d '{"jsonrpc":"2.0","method":"author_hasKey","params":[],"id":1}'