---
title: "Get the current AVAX supply used by the staking rewards formula"
method: GET
path: "/api/avalanche/supply"
tags: ["Avalanche"]
---

# Get the current AVAX supply used by the staking rewards formula

`GET /api/avalanche/supply`

## Response `200`

Successful response from a P-Chain Avalanche RPC

- AvalancheSupplyResponse
  - `supplyNanoAvax` string, required — Current AVAX supply upper bound in nanoAVAX
  - `height` string — P-Chain height when supplied by the RPC
  - `source` 'avalanche-rpc', required

## Other responses

- `502` — The configured and official Avalanche RPCs failed

---

[API](https://skmtc.net/parafi/apis/parafi-tech-api.md) · [All operations](https://skmtc.net/parafi/apis/parafi-tech-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/parafi/parafi-tech-api/revisions/3bd66feb516b/schema)
