---
title: "EXPERIMENTAL - EXPECT BREAKING CHANGES: Get top Kaspa addresses (rich list)"
method: GET
path: "/addresses/top"
tags: ["Kaspa addresses"]
---

# EXPERIMENTAL - EXPECT BREAKING CHANGES: Get top Kaspa addresses (rich list)

`GET /addresses/top`

Get top addresses, use 'before' to get historical data (must be divisible by limit).

## Query parameters

- `before` integer
- `limit` 1

## Response `200`

Successful Response

- TopAddresses[]
  - `timestamp` integer, required
  - `ranking` TopAddress[], required
    - `rank` integer, required
    - `address` string, required
    - `amount` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kaspa/apis/kaspa-rest-api-server.md) · [All operations](https://skmtc.dev/kaspa/apis/kaspa-rest-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kaspa/kaspa-rest-api-server/revisions/12089df981aa/schema)
