/blur/tokens
Get a single Blur NFT by its collection and token id
Price: 1 credit
💡 AI Hint: Get the full details of a single Blur NFT by its collection (slug or contract address) and token id. Returns the 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: Token not found
Authorizations
API token from the dashboard
Headers
Body
Collection slug (e.g. 'azuki') or its on-chain contract address
1"azuki"
"0xed5af388653567af2f388e6224dc7c4b3241c544"
Token id within the collection (e.g. '1003')
1"1003"
"415"
Max scrapping execution timeout (in seconds)
20 <= x <= 1500Response
Successful Response