Collection Stats
This API endpoint returns a JSON object containing fundamental statistics and insights about a specific collection of digital assets.
Object
Output
collectionName
The name of the collection.
category
A list of categories the collection belongs to.
metrics
Market Stats API
GET
https://test-api.lightnift.com/api/external/collection-stats/world-of-women-nft/6929/
Path Parameters
Name
Type
Description
AuthKey*
String
Api access key
Collection ID*
String
Collection ID
[
{
"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
}
}
]