Returns details for a given NFT. These include metadata_url, metadata such as name, description, attributes, etc., file_url, cached_file_url and mint_date. Ethereum, Polygon and Goerli are supported.

Useful for:

  • For easily getting all the necessary information about a given NFT.

Related:

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Defaults to 0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d

The contract address of the NFT.

string
required
Defaults to 567

A unique uint256 ID inside the contract. The contract address and token ID pair is a globally unique and fully-qualified identifier for a specific NFT on chain.

Query Params
string
required
Defaults to ethereum

Blockchain from which to query NFTs.

boolean
Defaults to false

Queues and refreshes the metadata of the token if it has changed since the updated_date. Useful for example, when NFT collections are revealed.

include
array of strings

[BETA] Available only for Ethereum. Include optional data in the response. rarity includes NFT rarity data. attributes includes NFT attributes (traits)

include
Response

nft property that contains details for a single NFT.

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