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

Alchemy Nft

Path: alchemy.db.AlchemyNft.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.

Alchemy Nft Contract

Path: alchemy.db.AlchemyNftContract.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.

Alchemy Token

Path: alchemy.db.AlchemyToken.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.

Alchemy Token Balance

Path: alchemy.db.AlchemyTokenBalance.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.

Alchemy Token Price

Path: alchemy.db.AlchemyTokenPrice.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.