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

FieldTypeDescription
token_addressstringThe address of the token.
token_namestringThe name of the token.
token_symbolstringThe symbol of the token.
token_decimalsintegerThe number of decimal places used to represent the smallest unit of the token.
contract_creation.timestampobjectThe timestamp at which the contract was created.
contract_creation.block_numberintegerThe block number at which the contract was created.
contract_creation.transaction_hashstringThe hash of the transaction that created the contract.
contract_creation.deployer_addressstringThe address that deployed the contract.
contract_creation.gas_usedintegerThe 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.

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