# Websocket Objects

### AuthenticateObject

<table><thead><tr><th width="225.33333333333331">        Parameter</th><th width="173" align="center">Type</th><th>                              Description</th></tr></thead><tbody><tr><td><code>type</code></td><td align="center">string</td><td><code>"balance"</code> | <code>"order"</code><br>Type of update</td></tr><tr><td><code>payload</code></td><td align="center">object</td><td>Returns a <a href="../accounts-objects#userbalancesobject">UserBalancesObject</a> if order type is <code>"balance"</code>.<br>Returns an <a href="../executions-objects#ordersobject">OrdersObject</a> if order type is <code>"order"</code>.</td></tr></tbody></table>
