eth_getSystemTxsByBlockNumber
similar to the "getTransaction" analogs but returns the system transactions that originate from HyperCore
Last updated
Was this helpful?
Was this helpful?
// Request
curl https://hyperliquid.blockpi.network/v1/rpc/your-rpc-key -X POST -H "Content-Type: application/json" --data '{"method":"eth_getSystemTxsByBlockNumber","params":["latest", true],"id":1,"jsonrpc":"2.0"}'
// Result
{
"jsonrpc": "2.0",
"result": [],
"id": 1
}