# Get supply

Get the latest CSPR supply

```
GET /supply
```

## Query params

None

## Sorting

None

## Optional properties

None

## Response

[`<Supply>`](https://docs.cspr.cloud/1.0.x/rest-api/cspr-supply)

## Example

```bash
curl -X 'GET' \
  'https://api.cspr.cloud/supply' \
  -H 'accept: application/json' \
  -H 'authorization: 55f79117-fc4d-4d60-9956-65423f39a06a'
```

```json
{
  "data": {
    "token": "CSPR",
    "total": 12433143708,
    "circulating": 11844899197,
    "timestamp": "2024-03-07T11:05:22.41579543Z"
  }
}
```
