Authorizations
Enter your API key in the format: Bearer <api_key>. Providing an API key may grant higher rate limits or access to additional features. The API will function without an API key for basic access.
Path Parameters
The NFT collection contract address.
Example:
"0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D"
The name or ID of the blockchain.
Available options:
ethereum
, apechain
Example:
"ethereum"
Query Parameters
Sort order for results (e.g., latest, earliest). Values may vary.
Available options:
token
, latest
, earliest
Maximum number of items to return.
Required range:
1 <= x <= 1000
Cursor for pagination to retrieve the next set of results.
Response
Successfully retrieved NFTs for the collection.
The response is of type object
.