API Reference

Method: GET

Endpoint: https://api.syve.ai/v1/filter-api/base-token-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
token_addressstringThe address of the ERC20 token.
token_decimalsintegerThe decimals field for an ERC20 token indicates the number of decimal places used to represent the token's smallest unit.

For example, if a token has 18 decimals, it means that the smallest amount that you can own of a token is 1e-18.
token_namestringThe name of the token.
token_symbolstringThe symbol of the token.
block_numberintegerThe block number when the first pool of the token was created.
timestampintegerThe timestamp at which the first pool of the token was created, in UNIX seconds format.
first_pool_addressstringThe address of the first pool that contained the token.

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!