Skip to main content
GET
/
fees
cURL
curl --request GET \
  --url https://beta.rocketfi.io/fees
{
  "result": {
    "liquidityProviderFeeRanking": [
      [
        1,
        {
          "active": "<string>",
          "passive": "<string>"
        }
      ]
    ],
    "regularFeeLadder": [
      [
        "<string>",
        {
          "active": "<string>",
          "passive": "<string>"
        }
      ]
    ]
  }
}

Response

200 - application/json

Fee tiers

result
object
required