---
title: "Get API public v1 exchange volume"
method: GET
path: "/api/public/v1/exchange/volume"
---

# Get API public v1 exchange volume

`GET /api/public/v1/exchange/volume`

## Response `200`

OK

- VolumeBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `byDex` DexVolume[], nullable, required
    - `dex` string, required — 'hl' = native Hyperliquid; otherwise the builder-dex prefix (xyz, hyna, ...)
    - `matches` integer, required
    - `traders` integer, required — Distinct wallets that filled on this dex in the window
    - `volumeUsd` number, double, required — Exchange-side volume (each match counted once)
  - `generatedAt` string, required — Aggregates are cached up to 120s
  - `totalUsd` number, double, required
  - `window` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `429` — Too Many Requests
- `500` — Internal Server Error
- `504` — Gateway Timeout

---

[API](https://skmtc.dev/coinversa/apis/coinversa-api.md) · [All operations](https://skmtc.dev/coinversa/apis/coinversa-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coinversa/coinversa-api/revisions/77c03c427063/schema)
