Collection Stats

This API endpoint returns a JSON object containing fundamental statistics and insights about a specific collection of digital assets.

Market Stats API

GET https://test-api.lightnift.com/api/external/collection-stats/world-of-women-nft/6929/

Path Parameters

[
    {
	"collectionName": "World Of Women",
	"collectionTokenId": "6929",
	"category": ["PFP"],
	"metrics": {
	        "fgi": 51.8794,
		"riskIndex": 75.2913,
		"opportunityIndex": 1.275,
		"marketCap": 20620.3237,
		"saleCount": { "_1D": 9, "_7D": 105, "_30D": 452 },
		"volume": { "_1D": 17.3677, "_7D": 203.1427, "_30D": 887.4192 },
		"floorPrice": 1.99,
		"royaltyFee": 0.04
		}
     }
]