Last updated 3 months ago
Retrieve statistics for a specific NFT collection using chain and address parameters.
/api/v1/collection/stat
Specify the chain to fetch stats for (CRONOS or ETHEREUM).
Contract address of the collection.
curl -L \ --url 'https://public-api.minted.network/api/v1/collection/stat?chain=text&address=text' \ --header 'X-API-KEY: YOUR_API_KEY'
{ "address": "text", "name": "text", "currency": "text", "symbol": "text", "description": "text", "logo_url": "text", "total_supply": 1, "website": "text", "discord": "text", "telegram": "text", "twitter": "text", "owner_count": 1, "standard": "text", "floor_price": "text", "floor_price_change_one_day": "text", "volume_one_day": "text", "volume_seven_day": "text", "volume_thirty_day": "text", "volume_all_time": "text", "volume_change_one_day": 1, "volume_change_seven_days": 1, "volume_change_one_month": 1 }