Sparkscan API

Balances channel

Balances WebSocket Channel

Receive real-time balance updates for Spark addresses.

Schema

The full JSON schema is available in balance_schema.json.

JSONBalancePayload (excerpt)
{ "address": "sp1pg...zst", "network": "MAINNET", "soft_balance": "379", "hard_balance": "301", "processed_at": "2025-08-02T20:02:54.035Z" }

Channels

  • /balance/address/:address
  • /balance/network/:network

Subscribe with your favourite Centrifuge compatible client to receive a message every time an address balance changes.

Last modified on