Get single NFT from contract with metadata
Commonly used to get a single NFT metadata by token ID from a collection. Useful for building NFT card displays.
Processing: Realtime
Path Parameters
The chain name eg: eth-mainnet
.
The requested contract address. Passing in an ENS
, RNS
, Lens Handle
, or an Unstoppable Domain
resolves automatically.
The requested token ID.
Query Parameters
Omit metadata.
By default, this endpoint only works on chains where we've cached the assets and the metadata. When set to true
, the API will fetch metadata from upstream servers even if it's not cached - the downside being that the upstream server can block or rate limit the call and therefore resulting in time outs or slow response times on the Covalent side.
Response
The timestamp when the response was generated. Useful to show data staleness to users.
List of response items.
Pagination metadata.