---
title: "Events Count"
method: GET
path: "/stablecoin/network-data/events-count"
tags: ["Stablecoin Network Data"]
---

# Events Count

`GET /stablecoin/network-data/events-count`

This endpoint returns metrics related to the number of events. We provide several metrics. events_mint_count, events_issue_count, events_burn_count and events_redeem_count are metrics that represent the number of events related to each actions (mint, issue, burn, redeem). For further information about the actions, please refer to the section Stablecoin Issuing Mechanism.

**📖 Data Guide:** [Stablecoin Network Data](/data-guide/stablecoin/stablecoin-network-data) — definition, interpretation, and chart examples.

## Query parameters

- `token` string, required
- `window` string
- `from` string
- `to` string
- `limit` integer
- `format` string

## Response `200`

transfer, mint, issue, burn, redeem

- object
  - `status` object, required — The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.
    - `code` integer, required — HTTP status code
    - `message` string, required — Text description of the error or success.
  - `result` object, required
    - `window` string, required — The size of window. It can be day or block, and it depends on the user request.
    - `data` object[], required
      - `datetime` string — The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used.
      - `blockheight` string — The height of the block. This optional field only appears when window=block is used.
      - `date` string — The date in YYYY-DD-MM. This optional field only appears when window=day is used.
      - `events_transfer_count` number, required — The number of events that invokes transfer of positive(non-zero) amount of tokens.
      - `events_mint_count` number, required — The number of events to mint(i.e. create) tokens, which results in a increased total supply.
      - `events_issue_count` number, required — The number of events to issue tokens, which delivered tokens to the clients and increased circulating supply.
      - `events_burn_count` number, required — The number of events to burn(i.e. revoke) tokens that results in a decreased supply.
      - `events_redeem_count` number, required — The number of events to redeem tokens that results in a decrease in the circulating supply.

---

[API](https://skmtc.net/cryptoquant/apis/cryptoquant-data-api.md) · [All operations](https://skmtc.net/cryptoquant/apis/cryptoquant-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cryptoquant/cryptoquant-data-api/revisions/81ee223d4908/schema)
