---
title: "Get the current promotion streak"
method: GET
path: "/v1/client/promotions/streak"
tags: ["User"]
---

# Get the current promotion streak

`GET /v1/client/promotions/streak`

Get Current Streak returns the current streak of the user.

## Response `200`

OK

- object
  - `data` PromotionStreakResponse
    - `streak` integer, required
    - `earnings_today` string, required
    - `deadline` string, date-time, required
    - `claimable_rewards` ClaimableReward[], required
      - `id` integer, required — The id of the claimable reward.
      - `reward_type` 'DAILY' | 'WEEKLY' — The type of the claimable reward.
      - `date` string, date-time, required — The timestamp when the reward was created at
      - `reward_amount` number, float, required — The amount of currency the user is rewarded upon reward claim.
    - `days_required` integer, required
    - `days_completed_in_cycle` integer, required
    - `availability` 'ACTIVE' | 'DISABLED_CAP_REACHED' | 'DISABLED_PROMOTION_ENDED' | 'DISABLED_ONE_TIME_COMPLETED' | 'DISABLED_NOT_IN_WINDOW', required
    - `participant_count` integer, required
    - `max_participant_count` integer, required
    - `promotion_ends_at` string, date-time
    - `one_time` boolean, 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)
