Skip to main content
The server pushes this event when an account’s EGLD balance, ESDT token balance, or nonce changes on-chain. It reaches subscribers of address/{bech32} (one address) or accounts (all addresses network-wide).

Topic

address/{bech32} or accounts via subscribe

Event fields

type
string
Value is "accountDelta".
data
object
{
  "type": "accountDelta",
  "data": {
    "address": "erd1qyu5wthldzr8wx5c9ucg8kjagg0jfs53s8nr3zpz3hypefsdd8ssycr6th",
    "shardId": 1,
    "timestamp": 1738800012345,
    "nonce": 43,
    "balances": {
      "EGLD": "5230000000000000000",
      "USDC-c76f1f": "150000000"
    },
    "blockHash": "a9f8e7d6c5b4...",
    "blockNonce": 19284713
  }
}