v56

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-03113163377.5 KB
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"
    }
  ]
}