---
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

## Changes

- **2026-04-22** `46a57608a790` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tradeparadex/apis/paradex-rest-api-2/changes/staking/config/get.md)

---

[API](https://skmtc.dev/tradeparadex/apis/paradex-rest-api-2.md) · [All operations](https://skmtc.dev/tradeparadex/apis/paradex-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tradeparadex/paradex-rest-api-2/revisions/a73698fdee53/schema)
