---
title: "Spending allowance used up — Anis Developers"
description: "The Anis business account’s spending allowance is used up. This is not a request rate: waiting does not reset it."
url: https://developers.anis.ly/errors/owner-limit-exceeded/
language: en
---

> Every page of this documentation: https://developers.anis.ly/llms.txt

[Error codes](https://developers.anis.ly/errors.md) · Limits

# Spending allowance used up

- **Code:** `owner_limit_exceeded`
- **Status:** 409
- **If this was an order:** This request bought nothing
- **Send it again unchanged?** No — change something first
- **.NET SDK:** `LimitExceededException`

## What it means

The Anis business account’s spending allowance is used up. This is not a request rate: waiting does not reset it.

## What to do

- Do not retry in a loop.
- Place a new order, with a new operation id, only once you know the allowance has changed.

## Where you can meet it

- POST [Place an order](https://developers.anis.ly/reference/create-order.md) `/v1/wallets/{walletId}/orders`

## Example

The body of the refusal. Its `type` is the address of this page.

```
{
  "type": "https://developers.anis.ly/errors/owner-limit-exceeded",
  "title": "Spending allowance used up",
  "status": 409,
  "code": "owner_limit_exceeded",
  "requestId": "01J9R2K8T4V6XQ0M3B7C5D9E1F"
}
```
