Skip to main content

state_callAt

Description#

Execute runtime API methods (off‑chain calls) with SCALE parameters. Use to retrieve data exposed via runtime APIs (e.g., metadata) without submitting extrinsics.

Executes a runtime API by name with SCALE-encoded input at a given block hash.

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":"state_callAt","params":[],"id":1}'