---
title: "Get withdrawal limits"
method: GET
path: "/v1/withdrawals/limits"
tags: ["Withdrawals"]
---

# Get withdrawal limits

`GET /v1/withdrawals/limits`

Retrieve your current daily withdrawal limits, usage, and fee information. Limits are reduced during nighttime hours (22:00-06:00 BRT).

## Response `200`

Limits retrieved.

- WithdrawalLimits
  - `currentLimit` number — Current daily limit in BRL.
  - `used` number — Amount already withdrawn today.
  - `remaining` number — Remaining withdrawal capacity.
  - `isNightTime` boolean — Whether reduced night limits are active.
  - `fee` number — Withdrawal fee (flat amount in BRL).
  - `dayStartHour` integer — Hour when daytime limits begin (BRT).
  - `dayEndHour` integer — Hour when nighttime limits begin (BRT).

## Other responses

- `401` — Missing or invalid authentication token.

---

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