---
title: "account/remaining-limit"
method: GET
path: "/account/remaining-limit"
tags: ["Account Endpoints"]
---

# account/remaining-limit

`GET /account/remaining-limit`

This endpoint returns the remaining daily, weekly and monthly transaction limits for your VoPay account. If not limits are currently set for your VoPay account, N/A will be returned for each.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `Date` string

## Response `200`

- object
  - `Success` boolean, required — True if the request was successful, false if it failed
  - `ErrorMessage` string, required — Contains a description of the error if the request failed
  - `Date` string, nullable, required — The date used to calculate the remaining limits
  - `Inbound` object, required — Inbound velocity limits associated with the account
    - `Limits` object, required — The starting inbound velocity limits associated with the account
      - `Daily` string, required — The starting inbound daily velocity limit amount.
      - `Weekly` string, required — The starting inbound weekly velocity limit amount.
      - `Monthly` string, required — The starting inbound monthly velocity limit amount.
    - `RemainingLimits` object, required — The remaining inbound velocity amounts associated with the account
      - `Daily` string, required — The remaining inbound daily velocity limit amount.
      - `Weekly` string, required — The remaining inbound weekly velocity limit amount.
      - `Monthly` string, required — The remaining inbound monthly velocity limit amount.
  - `Outbound` object, required — Outbound velocity limits associated with the account
    - `Limits` object, required — The starting outbound velocity limits associated with the account
      - `Daily` string, required — The starting outbound daily velocity limit amount.
      - `Weekly` string, required — The starting outbound weekly velocity limit amount.
      - `Monthly` string, required — The starting outbound monthly velocity limit amount.
    - `RemainingLimits` object, required — The remaining outbound velocity amounts associated with the account
      - `Daily` string, required — The remaining outbound daily velocity limit amount.
      - `Weekly` string, required — The remaining outbound weekly velocity limit amount.
      - `Monthly` string, required — The remaining outbound monthly velocity limit amount.

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/revisions/7033bd231ec7/schema)
