Skip to main content
The Blocknative plugin syncs data locally. Use corsair.blocknative.db.<entity>.search({ data, limit?, offset? }) with the filters listed per entity.

Base Fee Estimates

Path: blocknative.db.baseFeeEstimates.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Block Prices

Path: blocknative.db.blockPrices.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Chains

Path: blocknative.db.chains.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Gas Distributions

Path: blocknative.db.gasDistributions.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Oracles

Path: blocknative.db.oracles.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.