Single Token Insight

This API endpoint returns a JSON object containing metrics about a specific digital asset in a collection.

Single Token Insight API

GET https://test-api.lightnift.com/api/external/single-token-insight/world-of-women-nft/6929/

Path Parameters

{
    "collectionName": "World Of Women",
    "collectionTokenId": "6929",
    "metrics": {
	"rarity": [
		{ 
		"source": "raritytools", 
		"score": 65.67, 
		"rank": 9848 },
		{ 
		"source": "raritysniper", 
		"score": 55.57, 
		"rank": 9848 },
		{ 
		"source": "ln_rarity_score_v1", 
		"score": 127.24, 
		"rank": 9347 }
		],
	"floorPrice": 1.99,
	"fairPrice": 1.9152146834316588,
	"floorProbSell": {
		"psellFloor1d": 0.2928,
		"psellFloor7d": 0.5043,
		"psellFloor15d": 0.5935,
		"psellFloor30d": 0.6941,
		"psellFloorFullExpo": 0.7392,
		"expnumdaystosellFloorPrice": -1
		},
	"fairProbSell": {
		"psellFairPrice1d": 0.2742,
		"psellFairPrice7d": 0.4864,
		"psellFairPrice15d": 0.5756,
		"psellFairPrice30d": 0.6463,
		"psellFloorFullExpo": 0.6992,
		"expnumdaystosellFairPrice": -1
		},
	"ethGasFee": 0.0086,
	"ethUsd": 1219.2320
    }
}