> For the complete documentation index, see [llms.txt](https://docs.relysia.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.relysia.com/realtime-transaction-notification/events-and-messages.md).

# Events and Messages

<table><thead><tr><th>Event Name</th><th>description</th><th>Message data</th><th data-hidden>Message Data</th><th data-hidden></th></tr></thead><tbody><tr><td>notification:global</td><td>In this user will get all transaction notification which is happening on Relysia Infrastructure.</td><td>{ amount, type, timestamp, txid, sender, receiver, tokenId }</td><td></td><td></td></tr><tr><td>notification</td><td>In this event. The user, who is connected with socket he will get only his wallet transaction notification.</td><td>{ amount, type, timestamp, txid, sender, receiver, tokenId }</td><td>{ amount, type, timestamp, txid, sender, receiver, tokenId }</td><td></td></tr><tr><td>notification:wallet:{walletId}</td><td>in this event user will get only his specified walletId transaction notification</td><td>{ amount, type, timestamp, txid, sender, receiver, tokenId }</td><td></td><td></td></tr><tr><td>balance</td><td>The user, who is connected with socket he will get only his wallet balance.</td><td>{ walletId, totalBalance, coins }</td><td>{ walletId, totalBalance, coins }</td><td></td></tr><tr><td>history</td><td>The user, who is connected with socket he will get only his wallet history.</td><td>{ walletId, histories }</td><td>{ walletId, histories }</td><td></td></tr></tbody></table>
