Skip to main content

E1004 — Insufficient balance for gas

PropertyValue
Code1004
SlugE1004
Categorygas (Gas)

What happened

Insufficient balance for gas.

Why it happened

The sender’s balance cannot cover the maximum gas cost (gas_limit × max_fee).

How to fix

Top up the sender’s balance or lower gas_limit / max_fee_per_* fields.

Receipt example

{
  "code": 1004,
  "slug": "E1004",
  "category": "gas",
  "what": "Insufficient balance for gas",
  "fix": "Top up the sender's balance or lower `gas_limit` / `max_fee_per_*` fields.",
  "docs_url": "https://docs.cowboy.inc/errors/E1004"
}

All Error Codes

View the complete error code reference