---
title: "Spin the wheel for the welcome bonus reward if available"
method: POST
path: "/v1/client/promotions/welcome-bonus/wheel-spin"
tags: ["User"]
---

# Spin the wheel for the welcome bonus reward if available

`POST /v1/client/promotions/welcome-bonus/wheel-spin`

Spin the user's wheel for a welcome bonus reward if available

## Response `200`

OK

- object
  - `data` WelcomeBonusSpinWheelResponse — Response from spinning the promotion wheel
    - `prize` WelcomeBonusWheelPrize, required — A reward available in the spin wheel
      - `type` 'FLAT_AMOUNT' | 'PERCENTAGE', required — The type of reward
      - `weight` number, float, required — The weight of the reward; between 0 and 1
      - `prize_data` number, float, required

---

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