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

## Changes

- **2024-05-27** `3bb89b6a3d79` — 1 info
  - endpoint added
- **2023-03-23** `bd08bf933870` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ice-blockchain/apis/tokenomics-api/changes/tokenomics/:userId/mining-boost-summary/get.md)

---

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