This endpoint returns transaction data. Return the latest as well as historical transactions.
Method: GET
Endpoint: https://api.syve.ai/v1/filter-api/erc20-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
Field | Type | Description |
---|---|---|
token_address | string | The address of the token. |
token_name | string | The name of the token. |
token_symbol | string | The symbol of the token. |
token_decimals | integer | The number of decimal places used to represent the smallest unit of the token. |
contract_creation.timestamp | object | The timestamp at which the contract was created. |
contract_creation.block_number | integer | The block number at which the contract was created. |
contract_creation.transaction_hash | string | The hash of the transaction that created the contract. |
contract_creation.deployer_address | string | The address that deployed the contract. |
contract_creation.gas_used | integer | The amount of gas used to create the contract. |
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.