GET
/
v1
/
metrics
/
transaction-l1-fee-total-native
Transaction L1 Fee Total Native
curl --request GET \
  --url https://api.blockworks.com/v1/metrics/transaction-l1-fee-total-native \
  --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: ETH
  • Type: Decimal
  • Interval: Daily
  • Source: Blockworks

Example Request

curl -H "x-api-key: YOUR_API_KEY" \
  "https://api.blockworks.com/v1/metrics/transaction-l1-fee-total-native?project=katana"

Example Response

{
  "katana": [
    {
      "date": "2025-09-25",
      "value": 0.00008168289780602804
    },
    {
      "date": "2025-09-25",
      "value": 0.000806288922499799
    },
    {
      "date": "2025-09-24",
      "value": 0.00019328218327813312
    },
    {
      "date": "2025-09-24",
      "value": 0.0001932821832781331
    },
    {
      "date": "2025-09-23",
      "value": 0.000259021706207503
    },
    {
      "date": "2025-09-23",
      "value": 0.000259021706207503
    },
    {
      "date": "2025-09-22",
      "value": 0.0002328758921018181
    },
    {
      "date": "2025-09-22",
      "value": 0.0002328758921018181
    },
    {
      "date": "2025-09-21",
      "value": 0.00005418130426818402
    },
    {
      "date": "2025-09-21",
      "value": 0.000054181304268184014
    }
  ]
}

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:
katana
Example:

"katana"

start_date
string<date>

Start date (YYYY-MM-DD)

end_date
string<date>

End date (YYYY-MM-DD)

Response

OK

{key}
object[]