Skip to main content

chainHead_v1_header

Description#

Use the modern follow API to stream headers, bodies, and storage with cursors. Experimental and typically disabled on shared providers.

Returns a block header within a follow operation. Experimental; may be disabled.

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