Skip to main content
GET
/
v1
/
collections
/
{slug}
/
data
/
stats
Get collection data stats
curl --request GET \
  --url https://api.oneofnone.io/v1/collections/{slug}/data/stats \
  --header 'x-api-key: <api-key>'
{
  "total": 123,
  "available": 123,
  "assigned": 123
}

Authorizations

x-api-key
string
header
required

Path Parameters

slug
string
required

Response

Successful response

total
number
required
available
number
required
assigned
number
required