Get NFT collection level metadata (name, symbol, decimals, standard) synced from Ethereum Mainnet.

API detailed page: [link]

Transformation Logic:

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