Skip to main content
GET
/
v1
/
metrics
/
dex-spot-volume-total-usd
Dex Spot Volume Total Usd
curl --request GET \
  --url https://api.blockworks.com/v1/metrics/dex-spot-volume-total-usd \
  --header 'x-api-key: <api-key>'
{
  "projectName": [
    {
      "date": "2025-08-10",
      "value": 123456.789
    },
    {
      "date": "2025-08-11",
      "value": 234567.89
    },
    {
      "date": "2025-08-12",
      "value": 345678.901
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.blockworksresearch.com/llms.txt

Use this file to discover all available pages before exploring further.

Overview

  • Denomination: USD
  • Type: USD Value
  • Interval: Daily
  • Source: Blockworks

Example Request

curl -H "x-api-key: YOUR_API_KEY" \
  "https://api.blockworks.com/v1/metrics/dex-spot-volume-total-usd?project=megaeth"

Example Response

{
  "megaeth": [
    {
      "date": "2026-04-19",
      "value": 1057845.391203921
    },
    {
      "date": "2026-04-18",
      "value": 937792.649957278
    },
    {
      "date": "2026-04-17",
      "value": 1757149.0301293412
    },
    {
      "date": "2026-04-16",
      "value": 1508161.2244335762
    },
    {
      "date": "2026-04-15",
      "value": 1977445.303147295
    }
  ]
}

Notes

  • Intervals are daily unless otherwise noted.
  • Data is updated daily and may be revised after late-arriving data.

Authorizations

x-api-key
string
header
required

Query Parameters

project
enum<string>
required

Project slug (comma-separated for multiple).

Available options:
arbitrum,
avalanche,
base,
bnb,
ethereum,
fogo,
hyperevm,
hyperliquid,
ink,
katana,
megaeth,
solana,
unichain,
worldchain
Example:

"arbitrum"

start_date
string<date>

Start date (YYYY-MM-DD)

end_date
string<date>

End date (YYYY-MM-DD)

Response

OK

{key}
object[]