eth_getSystemTxsByBlockNumber

Returns the system transactions contained in a block identified by its number or block tag. System transactions are internal transactions generated by the Hyperliquid protocol for state transitions and validator operations.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Defaults to public

For higher throughput, please create your own API key.

Body Params
int32
required
Defaults to 1
string
required
Defaults to 2.0
string
required
Defaults to eth_getSystemTxsByBlockNumber
params
array of strings
required
length between 1 and 1
Defaults to latest
  1. BLOCK PARAMETER - String - Either the hex value of a block number OR One of the following block tags:
  • latest - The most recent block in the canonical chain observed by the client.
  • earliest - The lowest numbered block the client has available.
  • pending - A sample next block built by the client on top of latest.
params*

Either the hex value of a block number (e.g. 0x5BAD55) OR One of the following block tags:

  • latest - The most recent block.
  • earliest - The lowest numbered block.
  • pending - A sample next block.

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json