Skip to main content

E1403 — Insufficient token balance

PropertyValue
Code1403
SlugE1403
Categorytoken (Token (CIP-20))
CIPCIP-20

What happened

Insufficient token balance.

Why it happened

The sender’s token balance is less than the transfer amount.

How to fix

Increase the sender’s token balance (mint or receive tokens) before transferring.

Receipt example

{
  "code": 1403,
  "slug": "E1403",
  "category": "token",
  "what": "Insufficient token balance",
  "fix": "Increase the sender's token balance (mint or receive tokens) before transferring.",
  "docs_url": "https://docs.cowboy.inc/errors/E1403"
}

All Error Codes

View the complete error code reference