Websocket Objects
Parameter | Type | Description |
---|---|---|
type | string | "balance" | "order"
Type of update |
payload | object | Returns a UserBalancesObject if order type is "balance" .
Returns an OrdersObject if order type is "order" . |
Last modified 7mo ago