Market Stats
This API endpoint returns a JSON object containing information about covered marketplaces, collections of digital assets, and the macro metrics of the current NFT market.
Object
Output
coveredMarketPlaces
A list of objects representing covered collections of digital assets.
coveredCollections
Ethereum addresses of the collection contracts, collection names, and slugs for the covered collections.
metrics
Market Stats API
GET
https://test-api.lightnift.com/api/external/market-stats/
Path Parameters
Name
Type
Description
AuthKey*
Api access key
[
{"coveredMarketPlaces": [
"opensea",
"x2y2",
"looksrare",
"..."],
"coveredCollections": [{
"collectionAddress": "0x3bf2922f4520a8ba0c2efc3d2a1539678dad5e9d",
"collectionName": "0N1 Force",
"slug": "0n1-force"
},
{
"collectionAddress": "0xb4d06d46a8285f4ec79fd294f78a881799d8ced9",
"collectionName": "3Landers",
"slug": "3landers"
},
"..."
],
"metrics": {
"volume": {
"_1D": 9304.9403,
"_7D": 88986.1255,
"_30D": 415644.4382,
"_All": 8930084.1688
},
"saleCount": {
"_1D": 1981,
"_7D": 20533,
"_30D": 90972,
"_All": 2203862
},
"fgi": 52.2887
}
}
]