⚠️Blast API (blastapi.io) ends Oct 31. Migrate to Dwellir and skip Alchemy's expensive compute units.
Switch Today →
Skip to main content

payment_queryInfo

note

Shared public RPC nodes typically do not allow submitting transactions; this method is read-only but requires a valid extrinsic payload (a signed extrinsic hex).

Returns fee information for an encoded extrinsic. Examples below show how to build an extrinsic with polkadot.js and then query.

# Replace 0x... with an actual encoded extrinsic hex
curl -X POST https://api-bittensor-mainnet.n.dwellir.com/YOUR_API_KEY -H 'Content-Type: application/json' -d '{"jsonrpc":"2.0","method":"payment_queryInfo","params":["0x..."],"id":1}'