v1

latestOpenAPI 3.1.02026-07-24130315342.2 KB
NFT Endpoints

Get NFTs by collection

Get NFTs in a specific collection. Optionally filter by traits using the 'traits' query parameter with a JSON array of trait filters. Multiple traits are AND-combined (items must match all specified traits). Example: ?traits=[{"traitType":"Background","value":"Red"},{"traitType":"Eyes","value":"Blue"}]

get/api/v2/collection/{slug}/nfts

Path parameters

slugstring required

Collection slug

Query parameters

traitsstring

JSON array of trait filters. Each object has 'traitType' and 'value' fields. Multiple traits are AND-combined (items must match all). Example: [{"traitType":"Background","value":"Red"}]

has_agent_bindingboolean

Filter by NFTs that have an ERC-8217 agent binding

limitinteger

Number of items to return per page

Example:20

Number of items to return per page

nextstring

Response

OK