---
title: "Retrieve the current level or tier, as well as earned points (XP) for a token."
method: GET
path: "/tokens/{token_id}/level"
tags: ["Tokens"]
---

# Retrieve the current level or tier, as well as earned points (XP) for a token.

`GET /tokens/{token_id}/level`

Invoke this endpoint to return the tier and earned points (XP) for a given token id.

## Path parameters

- `token_id` number, required

## Response `200`

Returns details successfully

## Other responses

- `404` — Could not find the token provided.

---

[API](https://skmtc.net/hang/apis/hang-partner-api-params-in-formdata.md) · [All operations](https://skmtc.net/hang/apis/hang-partner-api-params-in-formdata/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hang/hang-partner-api-params-in-formdata/revisions/39bd91477af0/schema)
