---
title: "Get staking configuration"
method: GET
path: "/staking/config"
tags: ["Staking"]
---

# Get staking configuration

`GET /staking/config`

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

## Response `200`

OK

- ResponsesStakingConfigResponse
  - `dime_fee_discount_pct` string — DIME fee payment discount percentage (e.g. "20")
  - `tiers` ResponsesStakingTierResp[] — All available staking tiers sorted by threshold
    - `fee_rates` object — Absolute fee rates per asset type and order category
    - `min_staked` string — Minimum DIME staked to qualify for this tier
    - `tier_name` string — Display name of the staking tier
    - `xp_multiplier` string — XP earnings multiplier for this tier

---

[API](https://skmtc.net/tradeparadex/apis/paradex-rest-api-2.md) · [All operations](https://skmtc.net/tradeparadex/apis/paradex-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tradeparadex/paradex-rest-api-2/versions/6a76453d754c/schema)
