Skip to main content
GET
/
v1
/
metrics
/
mev-tips-fees
Mev Tips Fees
curl --request GET \
  --url https://api.blockworks.com/v1/metrics/mev-tips-fees \
  --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
    }
  ]
}

Overview

  • Denomination: SOL
  • Type: Decimal
  • Interval: Daily
  • Source: Blockworks

Example Request

curl -H "x-api-key: YOUR_API_KEY" \
  "https://api.blockworks.com/v1/metrics/mev-tips-fees?project=solana"

Example Response

{
  "solana": [
    {
      "date": "2025-11-18",
      "value": 1477.170648609639
    },
    {
      "date": "2025-11-17",
      "value": 1327.5522844478928
    },
    {
      "date": "2025-11-16",
      "value": 1067.1154418764163
    },
    {
      "date": "2025-11-15",
      "value": 1136.1049522050164
    },
    {
      "date": "2025-11-14",
      "value": 1587.2422565695078
    }
  ]
}

Notes

  • Intervals are daily unless otherwise noted.
  • Data is updated daily and may be revised after late-arriving data.
For fiat values, see MEV Tips.

Authorizations

x-api-key
string
header
required

Query Parameters

project
enum<string>
required

Project slug (comma-separated for multiple).

Available options:
ethereum,
solana
Example:

"ethereum"

start_date
string<date>

Start date (YYYY-MM-DD)

end_date
string<date>

End date (YYYY-MM-DD)

Response

OK

{key}
object[]