---
title: "Spin the wheel"
method: POST
path: "/v1/client/promotions/wheel/spin"
tags: ["User"]
---

# Spin the wheel

`POST /v1/client/promotions/wheel/spin`

Spin the promotion wheel to get a reward

## Response `200`

OK

- object
  - `data` SpinWheelResponse — Response from spinning the promotion wheel
    - `prize` WheelPrize, required — A reward available in the spin wheel
      - `type` 'reward-user-currency' | 'reward-user-xp' | 'no-reward', required — The type of reward
      - `weight` number, float, required — The weight of the reward; between 0 and 1
      - `prize_data` union, required
        - WheelSpinRewardUserCurrency
          - `amount` string, required — Amount of currency
        - WheelSpinRewardUserXp
          - `amount` string, required — Amount of XP

## Other responses

- `406` — VPN detected

---

[API](https://skmtc.net/bitlabs/apis/bitlabs-client-api.md) · [All operations](https://skmtc.net/bitlabs/apis/bitlabs-client-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitlabs/bitlabs-client-api/revisions/99209a6285bf/schema)
