Balance Updates
Initial balance snapshot and live balance delta events
Endpoint
wss://wallet-mutator-view.outpoll.com/balance/wsAuthentication
{
"t": "AUTH",
"d": {
"apiKey": "<API_KEY>",
"signature": "<SIGNATURE>",
"timestamp": "<UNIX_EPOCH_SECONDS>"
}
}Initial snapshot
{
"t": "success",
"d": {
"l": [
{
"i": "078dcd98-928d-479f-8110-ff6d27e44de2",
"b": 1250.50,
"f": 1200.00
}
]
},
"r": null
}Field
Type
Description
Balance delta
Field
Type
Description
Python example
Last updated
Was this helpful?

