List of Collection Stat

Get List of Collection Statistics

get

Retrieve statistics for NFT collections. Specify chain, offset, and limit to filter results.

Authorizations
X-API-KEYstringRequired
Query parameters
chainstringOptional

Specify the chain to fetch stats for (CRONOS or ETHEREUM). If omitted, returns stats for all chains.

offsetintegerOptional

Starting point for record retrieval (0 to n).

Default: 0
limitintegerOptional

Number of records to return (1 to 50).

Default: 10
Responses
chevron-right
200

A list of collection statistics.

application/json
addressstringOptional

Contract address of the collection.

namestringOptional

Name of the NFT collection.

currencystringOptional

Token currency used in the collection.

symbolstringOptional

Symbol of the token currency.

descriptionstringOptional

Detailed description of the collection.

logo_urlstringOptional

URL to the collection's logo.

total_supplyintegerOptional

Total supply of NFTs in the collection.

websitestring · nullableOptional

Website URL of the collection.

discordstring · nullableOptional

Discord server link.

telegramstring · nullableOptional

Telegram channel link.

twitterstringOptional

Twitter handle.

owner_countintegerOptional

Number of unique owners.

standardstringOptional

Token standard (e.g., ERC721).

floor_pricestring · decimalOptional

Current floor price of the collection.

floor_price_change_one_daystring · decimalOptional

Change in floor price over the past day.

volume_one_daystring · decimalOptional

Trading volume over the past day.

volume_seven_daystring · decimalOptional

Trading volume over the past seven days.

volume_thirty_daystring · decimalOptional

Trading volume over the past 30 days.

volume_all_timestring · decimalOptional

Total trading volume since collection creation.

volume_change_one_daynumberOptional

Percent change in volume over the past day.

volume_change_seven_daysnumberOptional

Percent change in volume over the past seven days.

volume_change_one_monthnumberOptional

Percent change in volume over the past 30 days.

get
/api/v1/collection/stats

Last updated