cURL
curl --request GET \ --url https://api.collectpure.com/marketplace/get-marketplace-stats/v1 \ --header 'x-api-key: <api-key>'
{ "data": { "totalAskAmount": 123, "totalBidAmount": 123, "totalListingCount": 123, "totalOfferCount": 123, "totalProductCount": 123, "updatedAt": "<string>" } }
Retrieve aggregate marketplace statistics including total ask/bid amounts, listing/offer counts, and product counts. Stats are recalculated every minute.
Rate limit: 120 requests burst, 60 requests/minute sustained.
API key for authentication
Default Response
Show child attributes
Was this page helpful?