get https://api.syve.ai/v1/filter-api/pool-metadata
Method: GET
Endpoint: https://api.syve.ai/v1/filter-api/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
Name | Type | Description |
---|---|---|
protocol_factory_address | string | The address of the DEX factory used to create the pool. |
protocol_name | string | The DEX (e.g. Uniswap V2) the pool corresponds to. |
timestamp_created | integer | The timestamp at which the pool was created, in UNIX seconds format. |
block_number_created | integer | The block number at which the pool was created. |
block_number | integer | The same as block_number_created . |
pool_address | string | The address of the pool. |
token_0_address | string | The address of the first token in the pool. |
token_1_address | string | The 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.