Get ERC20 token metadata synced from Ethereum Mainnet

API detailed page: [link]

Transformation Logic:

SELECT
  "contract_address",
  "symbol",
  "decimals",
  "process_time"
FROM
  ethereum_mainnet.erc20_tokens
Language
Click Try It! to start a request and see the response here!