API Reference

Method: GET

Endpoint: https://api.syve.ai/v1/filter-api/base-pool-metadata

📘

List of examples

The best way to understand how to use the Filter API is to visit the section of examples here.

Request Parameters

All request parameters have the format <operator>:<field_name>. Each field of the table can be used as field_name. See the "Response Fields" section below for possible values.

📘

Request Syntax

For more information on how to construct a request using the Filter API click here.

Response Fields

NameTypeDescription
protocol_factory_addressstringThe address of the DEX factory used to create the pool.
protocol_namestringThe DEX (e.g. Uniswap V2) the pool corresponds to.
timestamp_createdintegerThe timestamp at which the pool was created, in UNIX seconds format.
block_number_createdintegerThe block number at which the pool was created.
block_numberintegerThe same as block_number_created.
pool_addressstringThe address of the pool.
token_0_addressstringThe address of the first token in the pool.
token_1_addressstringThe address of the second token in the pool.

Live Example

Press Try It to make a request and see what the response looks like. Feel free to try different values for each request parameter.

Note: The below live example does not include all possible request parameters.

Language
Click Try It! to start a request and see the response here!