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

Approval

Path: uniswapapi.db.approval.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.

Gasless Order

Path: uniswapapi.db.gaslessOrder.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.

Quote

Path: uniswapapi.db.quote.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.

Swap Status

Path: uniswapapi.db.swapStatus.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.

Token

Path: uniswapapi.db.token.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.