---
title: "Get current daily spending limit"
method: GET
path: "/api/v1/accounts/daily-limit"
tags: ["Account Management"]
---

# Get current daily spending limit

`GET /api/v1/accounts/daily-limit`

Retrieves the current daily spending limit for the authenticated user's Safe account.

## Response `200`

Successfully retrieved the current daily spending limit.

- object
  - `data` object, required
    - `dailyLimit` integer, required — The current daily spending limit in the Safe token's base units.
    - `dailyRemaining` integer, required — The remaining daily spending limit in the Safe token's base units.

## Other responses

- `401` — Unauthorized - invalid or missing authentication token.
- `404` — Safe account or token not found for the user.
- `500` — Internal server error.

---

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