Collection Stat
Retrieve statistics for a specific NFT collection using chain and address parameters.
Authorizations
X-API-KEYstringRequired
Query parameters
chainstringRequired
Specify the chain to fetch stats for (CRONOS or ETHEREUM).
addressstringRequired
Contract address of the collection.
Responses
200
Collection statistics retrieved successfully.
application/json
400
Invalid request.
application/json
get
/api/v1/collection/statLast updated