Skip to main content
GET
/
fee_launcher
Get fee launcher schedules
curl --request GET \
  --url https://gateway.ramses.xyz/v3/hyperevm/fee_launcher
[
  {
    "description": "<string>",
    "pool_address": "<string>",
    "steps": [
      [
        "<unknown>"
      ]
    ],
    "active": true
  }
]

Documentation Index

Fetch the complete documentation index at: https://tech.ramses.xyz/llms.txt

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

Response

200 - application/json

Response for status 200

description
string
required

Pool description

pool_address
string
required

Pool contract address

steps
any[][]
required

Fee schedule steps

Required array length: 2 elements
active
boolean
required

Whether schedule is active