/blur/collections/tokens
List the NFTs in a Blur collection (listed for sale by default)
Price: 1 credit
💡 AI Hint: List the NFTs in a Blur collection, identified by its slug (e.g. ‘azuki’) or contract address. By default returns only tokens currently listed for sale (ordered by ask price); set listed_only to false to include unlisted tokens. Narrow the results by trait values, ask-price range (price_min/price_max in ETH) and rarity-rank range (rarity_rank_min/rarity_rank_max, where rank 1 is the rarest). Each token returns its token id, name, image, traits, rarity score and rank, current ask price, highest standing bid, last sale and last cost basis (each with amount, unit, listing time and marketplace), owner address, how many tokens that owner holds, and a suspicious flag.
⚠️ Common errors: 412: Collection not found
Authorizations
API token from the dashboard
Headers
Body
Collection slug (e.g. 'azuki') or its on-chain contract address
1"azuki"
"0xed5af388653567af2f388e6224dc7c4b3241c544"
Number of tokens to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Only return tokens currently listed for sale
Filter to tokens matching the given trait values, keyed by trait name (e.g. {"Background": ["Dark Purple"], "Type": ["Human"]})
{ "Background": ["Dark Purple"] }Only return tokens priced at or above this amount
x >= 0Only return tokens priced at or below this amount
x >= 0Only return tokens with rarity rank at or above this value (1 = rarest)
x >= 1Only return tokens with rarity rank at or below this value (1 = rarest)
x >= 1Response
Successful Response