Skip to main content
GET
/
marketplace
/
get-marketplace-stats
/
v1
Get platform-wide marketplace statistics
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>"
  }
}

Authorizations

x-api-key
string
header
required

API key for authentication

Response

200 - application/json

Default Response

data
object
required