Magic Eden · Example Payload

Collection Stats Response

10,000 bears chilling on Solana. Okay.

NFTNFT MarketplaceMulti-ChainSolanaBitcoinOrdinalsRunesEthereumPolygonWeb3BlockchainDeFiTrading

Collection Stats Response is an example object payload from Magic Eden, with 19 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

symbolnamedescriptionimagechainfloorPricelistedCountvolumeAllavgPrice24hrvolume24hrholderstotalItemscategoriesisVerifiedhasAllItemswebsitetwitterdiscordcreatedAt

Example Payload

Raw ↑
{
  "symbol": "okay_bears",
  "name": "Okay Bears",
  "description": "10,000 bears chilling on Solana. Okay.",
  "image": "https://creator-hub-prod.s3.us-east-2.amazonaws.com/okay_bears_pfp_1650920261860.gif",
  "chain": "solana",
  "floorPrice": 12000000,
  "listedCount": 382,
  "volumeAll": 14500000000,
  "avgPrice24hr": 13200000,
  "volume24hr": 132000000,
  "holders": 4782,
  "totalItems": 10000,
  "categories": ["pfp", "community"],
  "isVerified": true,
  "hasAllItems": true,
  "website": "https://okaybears.com",
  "twitter": "okaybears",
  "discord": "https://discord.gg/okaybears",
  "createdAt": "2022-04-26T00:00:00Z"
}