get https://api.syve.ai/v1/filter-api/token-metadata
Method: GET
Endpoint: https://api.syve.ai/v1/filter-api/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
Name | Type | Description |
---|---|---|
token_address | string | The address of the ERC20 token. |
token_decimals | integer | The 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_name | string | The name of the token. |
token_symbol | string | The symbol of the token. |
block_number | integer | The block number when the first pool of the token was created. |
timestamp | integer | The timestamp at which the first pool of the token was created, in UNIX seconds format. |
first_pool_address | string | The 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.