curl --request GET \
--url https://openapiv1.coinstats.app/nft/trending \
--header 'X-API-KEY: <api-key>'{
"meta": {
"page": 2,
"limit": 20,
"itemCount": 150,
"pageCount": 8,
"hasPreviousPage": true,
"hasNextPage": true
},
"data": [
{
"address": "0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d",
"description": "The Bored Ape Yacht Club is a collection of 10,000 unique Bored Ape NFTs— unique digital collectibles living on the Ethereum blockchain.",
"name": "Bored Ape Yacht Club",
"bannerImg": "https://static.coinstats.app/nft/collection/6490c15716994ae311b3dc0639e74f8f/banner/lg.webp",
"blockchain": "ethereum",
"img": "https://static.coinstats.app/nft/collection/6490c15716994ae311b3dc0639e74f8f/main/lg.webp",
"relevantUrls": [
{
"name": "Etherscan",
"url": "https://etherscan.io/address/0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d"
}
],
"slug": "bored-ape-yacht-club",
"slugCs": "bored_ape_yacht_club",
"source": "opensea",
"verified": true,
"rank": 1,
"rankAll": 5,
"averagePrice": 14.5,
"count": 10000,
"floorPriceMc": 12.8,
"floorPriceUsd": 25600,
"mainCurrencyId": "ethereum",
"marketcapMc": 128000,
"marketcapUsd": 256000000,
"oneDayAveragePrice": 13.2,
"oneDaySales": 15,
"ownersCount": 4309,
"sevenDayAveragePrice": 12.85,
"sevenDaySales": 87,
"thirtyDayAveragePrice": 13.45,
"thirtyDaySales": 342,
"thirtyDayVolume": 4598.5,
"totalSales": 85432,
"totalSupply": 10000,
"totalVolume": 125000,
"volumeMc24h": 245.8,
"volumeMc7d": 1685.3,
"volumeUsd24h": 491600,
"volumeUsd7d": 3370600,
"floorPriceChange24h": 5.2,
"floorPriceChange7d": -12.5,
"marketcapChange24h": 8.3,
"marketcapChange7d": -7.1,
"volumeChange24h": 125.4,
"volumeChange7d": 45.8,
"ownersCountChange24h": 12,
"ownersCountChange7d": 87,
"salesInProfit": 78,
"salesInProfitChange24h": 5,
"salesInProfitChange7d": 23,
"oneDayChange": 3.8,
"transactionsUpdateDate": "2024-01-15T14:30:25.123Z",
"sevenDayChange": 15.2,
"thirtyDayChange": -8.5,
"listedCount": 489,
"show": true,
"creatorFee": 250,
"volume": 12845.7,
"createdDate": "2021-04-30T12:00:00.000Z"
}
]
}Get the most popular NFT collections right now
curl --request GET \
--url https://openapiv1.coinstats.app/nft/trending \
--header 'X-API-KEY: <api-key>'{
"meta": {
"page": 2,
"limit": 20,
"itemCount": 150,
"pageCount": 8,
"hasPreviousPage": true,
"hasNextPage": true
},
"data": [
{
"address": "0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d",
"description": "The Bored Ape Yacht Club is a collection of 10,000 unique Bored Ape NFTs— unique digital collectibles living on the Ethereum blockchain.",
"name": "Bored Ape Yacht Club",
"bannerImg": "https://static.coinstats.app/nft/collection/6490c15716994ae311b3dc0639e74f8f/banner/lg.webp",
"blockchain": "ethereum",
"img": "https://static.coinstats.app/nft/collection/6490c15716994ae311b3dc0639e74f8f/main/lg.webp",
"relevantUrls": [
{
"name": "Etherscan",
"url": "https://etherscan.io/address/0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d"
}
],
"slug": "bored-ape-yacht-club",
"slugCs": "bored_ape_yacht_club",
"source": "opensea",
"verified": true,
"rank": 1,
"rankAll": 5,
"averagePrice": 14.5,
"count": 10000,
"floorPriceMc": 12.8,
"floorPriceUsd": 25600,
"mainCurrencyId": "ethereum",
"marketcapMc": 128000,
"marketcapUsd": 256000000,
"oneDayAveragePrice": 13.2,
"oneDaySales": 15,
"ownersCount": 4309,
"sevenDayAveragePrice": 12.85,
"sevenDaySales": 87,
"thirtyDayAveragePrice": 13.45,
"thirtyDaySales": 342,
"thirtyDayVolume": 4598.5,
"totalSales": 85432,
"totalSupply": 10000,
"totalVolume": 125000,
"volumeMc24h": 245.8,
"volumeMc7d": 1685.3,
"volumeUsd24h": 491600,
"volumeUsd7d": 3370600,
"floorPriceChange24h": 5.2,
"floorPriceChange7d": -12.5,
"marketcapChange24h": 8.3,
"marketcapChange7d": -7.1,
"volumeChange24h": 125.4,
"volumeChange7d": 45.8,
"ownersCountChange24h": 12,
"ownersCountChange7d": 87,
"salesInProfit": 78,
"salesInProfitChange24h": 5,
"salesInProfitChange7d": 23,
"oneDayChange": 3.8,
"transactionsUpdateDate": "2024-01-15T14:30:25.123Z",
"sevenDayChange": 15.2,
"thirtyDayChange": -8.5,
"listedCount": 489,
"show": true,
"creatorFee": 250,
"volume": 12845.7,
"createdDate": "2021-04-30T12:00:00.000Z"
}
]
}You will get
Results are sorted by
API key needed to access the endpoints. Example: 'demo-api-key'
Page number to retrieve (1-based indexing)
1
Number of NFT items to return per page
20
Was this page helpful?