Get Ethereum NFT Metadata

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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

API detailed page: [link]

Transformation Logic:

SELECT
  "contract_address",
  "name",
  "symbol",
  "standard",
  "process_time"
FROM
  ethereum_mainnet.nft_tokens
Body Params

request to submit query

string
Headers
string
required

api key

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json