API Reference
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.