Skip to main content
GET
/
orderbook
/
v2
/
stats
Get orderbook statistics
curl --request GET \
  --url https://api.collectpure.com/orderbook/v2/stats \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "listings": {
      "total": 123,
      "active": 123,
      "inactive": 123,
      "totalQuantity": 123,
      "totalValue": 123
    },
    "offers": {
      "total": 123,
      "active": 123,
      "inactive": 123,
      "totalQuantity": 123,
      "totalValue": 123
    }
  }
}

Authorizations

x-api-key
string
header
required

API key for authentication

Response

200 - application/json

Default Response

data
object
required