---
title: "GET /tokenomics-statistics/total-coins"
method: GET
path: "/tokenomics-statistics/total-coins"
tags: ["Statistics"]
---

# GET /tokenomics-statistics/total-coins

`GET /tokenomics-statistics/total-coins`

Returns statistics about total coins, with an usecase breakdown.

## Query parameters

- `days` integer
- `tz` string

## Response `200`

OK

- TokenomicsTotalCoinsSummary
  - `blockchain` number
  - `blockchainDetails` TokenomicsBlockchainDetails
    - `currentPrice` number
    - `marketCap` number
    - `volume24h` number
  - `preStaking` number
  - `standard` number
  - `timeSeries` TokenomicsTotalCoinsTimeSeriesDataPoint[]
    - `blockchain` number
    - `date` string
    - `preStaking` number
    - `standard` number
    - `total` number
  - `total` number

## Other responses

- `400` — if validations failed
- `401` — if not authorized
- `422` — if syntax fails
- `500` — Internal Server Error
- `504` — if request times out

## Changes

- **2024-02-14** `253cd54bbfce` — 2 warning
  - deleted the `header` request parameter `Authorization`
  - deleted the `header` request parameter `X-Account-Metadata`
- **2023-11-01** `b04f43d3ab8b` — 1 info
  - endpoint added
- **2023-03-23** `bd08bf933870` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ice-blockchain/apis/tokenomics-api/changes/tokenomics-statistics/total-coins/get.md)

---

[API](https://skmtc.dev/ice-blockchain/apis/tokenomics-api.md) · [All operations](https://skmtc.dev/ice-blockchain/apis/tokenomics-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ice-blockchain/tokenomics-api/revisions/b5eb085349cf/schema)
