GET
/
v1
/
{chainName}
/
nft
/
{contractAddress}
/
metadata
/
{tokenId}
/
Credit Cost: 2 per call.
Processing: Realtime

Path Parameters

chainName
string
required

The chain name eg: eth-mainnet.

contractAddress
string
required

The requested contract address. Passing in an ENS, RNS, Lens Handle, or an Unstoppable Domain resolves automatically.

tokenId
string
required

The requested token ID.

Query Parameters

no-metadata
boolean

Omit metadata.

with-uncached
boolean

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

200 - application/json
updated_at
string

The timestamp when the response was generated. Useful to show data staleness to users.

items
object[]

List of response items.

pagination
object

Pagination metadata.