Get supply

Get the latest CSPR supply

GET /supply

Query params

None

Sorting

None

Optional properties

None

Response

<Supply>

Example

curl -X 'GET' \
  'https://api.cspr.cloud/supply' \
  -H 'accept: application/json' \
  -H 'authorization: 55f79117-fc4d-4d60-9956-65423f39a06a'
{
  "data": {
    "token": "CSPR",
    "total": 12433143708,
    "circulating": 11844899197,
    "timestamp": "2024-03-07T11:05:22.41579543Z"
  }
}

Last updated