---
title: "Sunpump Tokens"
method: GET
path: "/trx/defi/sunpump-tokens"
tags: ["TRX DEFI"]
---

# Sunpump Tokens

`GET /trx/defi/sunpump-tokens`

This endpoint returns metrics related to SunPump token creation on TRON.
| Metric | Description |
|--------|-------------|
| `token_create_event_count` | The total number of tokens that have been created on the SunPump platform. |
| `cumulative_count_create_events` | The cumulative number of token creation events on SunPump over time. |

## Query parameters

- `window` string
- `from` string
- `to` string
- `limit` integer
- `format` string

## Response `200`

Successful response.

- 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. This metric supports only day resolution.
    - `data` object[], required
      - `date` string — The date in YYYY-DD-MM. This optional field only appears when window=day is used.
      - `token_create_event_count` number, required — The number of new token creation events observed on the SunPump platform within the requested window (e.g., per day).
      - `cumulative_count_create_events` number, required — The cumulative total number of token creation events recorded on the SunPump platform from inception up to the end of the requested window.

---

[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)
