---
title: "Get total supply for a token"
method: GET
path: "/v2/tokens/total-supply"
tags: ["Token Information"]
---

# Get total supply for a token

`GET /v2/tokens/total-supply`

Returns the total supply of a token on the specified network. Supports Solana (SPL mint address) and EVM-compatible networks (ERC-20 contract address).

## Query parameters

- `network` string, required
- `token` string, required

## Response `200`

- TokenSupplyResponse
  - `token` string, required — Token name
  - `network` string, required — Network name
  - `symbol` string — Token ticker symbol
  - `name` string — Token name
  - `total_supply` number, required — Total supply with decimals applied
  - `total_supply_raw` string, required — Raw total supply as integer string
  - `decimals` number — Number of decimal places

---

[API](https://skmtc.net/range/apis/range-platform-api.md) · [All operations](https://skmtc.net/range/apis/range-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/range/range-platform-api/revisions/9926df2e476d/schema)
