---
title: "GET /tokenomics/{userId}/mining-boost-summary"
method: GET
path: "/tokenomics/{userId}/mining-boost-summary"
tags: ["Tokenomics"]
---

# GET /tokenomics/{userId}/mining-boost-summary

`GET /tokenomics/{userId}/mining-boost-summary`

Returns the mining boost related information.

## Path parameters

- `userId` string, required

## Headers

- `Authorization` string, required

## Response `200`

OK

- TokenomicsMiningBoostSummary
  - `currentLevelIndex` integer
  - `levels` TokenomicsMiningBoostLevel[]
    - `icePrice` string
    - `maxT1Referrals` integer
    - `miningRateBonus` integer
    - `miningSessionLengthSeconds` integer
    - `slashingDisabled` boolean

## Other responses

- `400` — if validations fail
- `401` — if not authorized
- `403` — if not allowed
- `404` — if not found
- `422` — if syntax fails
- `500` — Internal Server Error
- `504` — if request times out

---

[API](https://skmtc.net/ice-blockchain/apis/tokenomics-api.md) · [All operations](https://skmtc.net/ice-blockchain/apis/tokenomics-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ice-blockchain/tokenomics-api/versions/b5eb085349cf/schema)
