Account Subscriptions
Subscribe
ws.send(JSON.stringify({
action: 'subscribe',
topic: 'address/erd1qyu5wthldzr8wx5c9ucg8kjagg0jfs53s8nr3zpz3hypefsdd8ssycr6th'
}));Topic Format
address/{bech32_address}Subscription Confirmation
{
"action": "subscribe",
"status": "ok",
"topic": "address/erd1qyu5wthldzr8wx5c9ucg8kjagg0jfs53s8nr3zpz3hypefsdd8ssycr6th"
}Account Update Events
Response Fields
Field
Type
Description
Balance Object
Field
Type
Description
Use Cases
Wallet Balance Monitoring
Transaction Confirmation Detection
Portfolio Tracker
Multiple Subscriptions
Unsubscribe
Error Handling
Invalid Address
Topic Limit Reached
Best Practices
Last updated
Was this helpful?