Error codes · Limits
Daily limit reached
Code
daily_limit_exceededStatus429
If this was an orderThis request bought nothing
Send it again unchanged?No — change something first
.NET SDK
LimitExceededExceptionWhat it means
The Anis business account’s daily purchase limit is reached. No reset time is given.
What to do
- Do not retry in a loop.
- Place a new order, with a new operation id, once you know the limit has cleared.
Where you can meet it
- POSTPlace an order
/v1/wallets/{walletId}/orders
Example
The body of the refusal. Its type is the address of this page.
{
"type": "https://developers.anis.ly/errors/daily-limit-exceeded",
"title": "Daily limit reached",
"status": 429,
"code": "daily_limit_exceeded",
"requestId": "01J9R2K8T4V6XQ0M3B7C5D9E1F"
}