curl "https://api.krownlabs.app/api/tokens/sonic-punks/1"
{ "id": "<string>", "tokenId": 123, "collectionAddress": "<string>", "collectionName": "<string>", "name": "<string>", "description": "<string>", "image": "<string>", "thumbnailUrl": "<string>", "previewUrl": "<string>", "mediaType": "<string>", "tokenURI": "<string>", "owner": "<string>", "nftType": "<string>", "amount": 123, "isListed": true, "listingPrice": "<string>", "listingSource": "<string>", "isInAuction": true, "hasOffers": true, "lastPrice": "<string>", "attributes": [ { "trait_type": "<string>", "value": {}, "rarity": 123, "display_type": "<string>" } ], "rarity": { "rank": 123, "total": 123, "formatted": "<string>", "percentile": 123, "score": 123 }, "rarityRank": 123, "rarityScore": 123, "metadata": {}, "marketplaceDetails": { "source": "<string>", "sourceDisplayName": "<string>", "externalUrl": "<string>", "externalId": "<string>" }, "imageProcessed": true, "createdAt": "<string>", "updatedAt": "<string>" }
Get detailed information about a specific NFT
Show Attribute Object
Show Rarity Object
Show Marketplace Details