Bundler Fee History
We can check the fee history of any Skandha bundler, this will return a collection of historical gas prices for submitted userops.
A sample request through curl like this can be used, with any Skandha bundler deployment being the endpoint.
This can be run in any command line.
skandha_feeHistory is the method.
The skandha_feeHistory method accepts 3 params:
- EntryPoint address: address of the entrypoint contract.
- blockCount: Number of blocks in the requested range.
- newestBlock: Highest number block of the requested range.
In return the bundler will return a collection of historical gas prices for submitted userops.
A successful response will look like this: