Skip to main content

debug_getRawTransaction

Description#

Fetch raw SCALE‑encoded headers, blocks, or receipts for deep debugging or tooling. Usually disabled on public RPC.

Returns raw transaction bytes for a given transaction hash in the EVM layer.

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