Error codes · The request itself

Wallet not granted

Codewallet_not_granted
Status404
If this was an orderThis request bought nothing
Send it again unchanged?No — change something first
.NET SDKResourceNotFoundException

What it means

The wallet in the address is not granted to your application — or does not exist. Both get the same answer, so the refusal never reveals which wallets exist.

What to do

  • Use a wallet id from the wallets list, which shows exactly the wallets your application may use.
  • Ask Anis staff to grant the wallet if you need it.

Where you can meet it

Example

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

{
  "type": "https://developers.anis.ly/errors/wallet-not-granted",
  "title": "Wallet not granted",
  "status": 404,
  "code": "wallet_not_granted",
  "requestId": "01J9R2K8T4V6XQ0M3B7C5D9E1F"
}