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

# GET /tokenomics/{userId}/pre-staking-summary

`GET /tokenomics/{userId}/pre-staking-summary`

Returns the pre-staking related information.

## Path parameters

- `userId` string, required

## Headers

- `Authorization` string, required

## Response `200`

OK

- TokenomicsPreStakingSummary
  - `allocation` number
  - `bonus` number
  - `years` integer

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