latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-20125174417.3 KB

e8fca3e578c7

Staking

Get staking configuration

Returns staking tiers with minimum stake amounts, fee rates, and XP multipliers

get/staking/config

Response

OK

dime_fee_discount_pctstring

DIME fee payment discount percentage (e.g. "20")

Example response

{
  "tiers": [
    {
      "min_staked": "50000",
      "tier_name": "Silver",
      "xp_multiplier": "1.3"
    }
  ]
}