Skip to main content
GET
/
nft
/
trending
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",
      "bannerImg": "https://static.coinstats.app/nft/collection/6490c15716994ae311b3dc0639e74f8f/banner/lg.webp",
      "blockchain": "ethereum",
      "description": "The Bored Ape Yacht Club is a collection of 10,000 unique Bored Ape NFTs— unique digital collectibles living on the Ethereum blockchain.",
      "img": "https://static.coinstats.app/nft/collection/6490c15716994ae311b3dc0639e74f8f/main/lg.webp",
      "name": "Bored Ape Yacht Club",
      "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"
    }
  ]
}
2 credits per request
  • Top trending collections by volume and activity
  • Floor prices and market caps
  • Collection statistics and metadata
  • Trading volume and price trends
  • Recent sales volume
  • Market activity
  • Social engagement
  • Price movement

Authorizations

X-API-KEY
string
header
required

API key needed to access the endpoints. Example: 'demo-api-key'

Query Parameters

page
number

Page number to retrieve (1-based indexing)

Example:

1

limit
number

Number of NFT items to return per page

Example:

20

Response

meta
object
required
data
object[]
I