Last updated
Was this helpful?
Was this helpful?
// Request
curl https://fantom.blockpi.network/v1/rpc/your-rpc-key -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"eth_getBlockByHash","params":["0x0002cd1b00000002c49530f0cb42883a2ba875674f7d6c9731754cb2fa23d2e0",false],"id":1}'
// Result
{
"jsonrpc": "2.0",
"id": 1,
"result": {described as above}
}