NFTs by Contract

This endpoint is commonly used to retrieve metadata of all of the NFTs on a single contract (e.g., Mutant Ape Yacht Club):
Pass a chain and contract address to get back information on the NFTs in this contract
To understand more about the difference between Collections and Contracts, please refer to our FAQ
On Solana, this endpoint will function identically to NFT by Token ID
On Flow, the current list of contracts with metadata can be found here
Path Params
string
enum
required
Defaults to ethereum

Name of the chain (e.g., ethereum)

string
required
Defaults to 0x4a8c9d751eeabc5521a68fb080dd7e72e46462af

Address of the NFT contract

Query Params
string
enum

Include the total distinct count of tokens in the response (pass count=1)

Allowed:
string

Used to retrieve the next page of results

int32
Defaults to 50

Limit. Defaults to 50, capped at 50.

Responses

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