Get NFTs by contract

Get NFTs for a given contract address, including metadata for all NFTs (where available).

  • Results are limited to 100 per page by default
  • Requests for contract addresses not yet indexed will automatically start the indexing process for that NFT collection.
Log in to see full request history

📘

The API will index the NFT only when an NFT has been minted. In other words, there must be at least 1 transaction executed on the NFT smart contract.

Path Params
string
required

The address of the NFT contract

Query Params
string
Defaults to eth

The chain to query

string
Defaults to decimal

The format of the token ID

integer
≥ 0

The desired page size of the result.

integer
≥ 1

The number of subranges to split the results into

integer
≥ 1

The desired subrange to query

string

The cursor returned in the previous response (used for getting the next page).

boolean
Defaults to false

Should normalized metadata be returned?

Response

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