---
title: "Get volume leaderboard entry"
method: GET
path: "/v1/leaderboard/volume/entry"
tags: ["Leaderboard"]
---

# Get volume leaderboard entry

`GET /v1/leaderboard/volume/entry`

Get volume leaderboard entry for a specific address

## Query parameters

- `address` string
- `timeframe` 'LEADERBOARD_TIME_FRAME_UNSPECIFIED' | 'LEADERBOARD_TIME_FRAME_24H' | 'LEADERBOARD_TIME_FRAME_7D' | 'LEADERBOARD_TIME_FRAME_ALL' | 'LEADERBOARD_TIME_FRAME_30D'

## Response `200`

A successful response.

- ApiGetVolumeLeaderboardEntryResponse
  - `entry` ApiVolumeLeaderboardEntry
    - `rank` string, int64
    - `address` string
    - `notional_volume` string
    - `referral_volume` string
    - `combined_volume` string
    - `trades` string, int64
    - `profile_image_url` string

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/rise/apis/risex-rest-api.md) · [All operations](https://skmtc.net/rise/apis/risex-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rise/risex-rest-api/revisions/194af8339c0d/schema)
