The data provided by our API is organized in tables.
Each table can be queried using our Filer API. To query a specific table you need to know it's reference. The list of all references is given below.
Filter API Reference
| Name | Chain | Reference |
|---|---|---|
| Ethereum Blocks | Ethereum | blocks |
| Ethereum DEX Trades | Ethereum | dex-trades |
| Ethereum ERC20 Transfers | Ethereum | erc20 |
| Ethereum Token Metadata | Ethereum | token-metadata |
| Ethereum Pool Metadata | Ethereum | pool-metadata |
| Base Blocks | Base | base-blocks |
| Base DEX Trades | Base | base-dex-trades |
| Base ERC20 Transfers | Base | base-erc20 |
| Base Token Metadata | Base | base-token-metadata |
| Base Pool Metadata | Base | base-pool-metadata |
Example
Request: https://api.syve.ai/v1/filter-api/blocks?gte:block_number=14000000&size=10&sort=desc
Here blocks is the reference to our block data used by the Filter API.
Websocket API Reference
For the Websocket API use an underscore instead of a hyphen in the reference.
| Name | Chain | Reference |
|---|---|---|
| Ethereum Blocks | Ethereum | eth_blocks |
| Ethereum DEX Trades | Ethereum | eth_dex_trades |
| Ethereum ERC20 Transfers | Ethereum | eth_erc20 |
| Base Blocks | Base | base_blocks |
| Base DEX Trades | Base | base_dex_trades |
| Base ERC20 Transfers | Base | base_erc20 |
