Account order updates
Streams the amount and nature of changes made to any of an account's open orders in any market.
Params
{
"method": "subscribe",
"params": {
"source": "account_order_updates",
"account": "42trU9A5..."
}
}Stream
{
"channel": "account_order_updates",
"data": [
{
"i": 1559665358,
"I": null,
"u": "BrZp5bidJ3WUvceSq7X78bhjTfZXeezzGvGEV4hAYKTa",
"s": "BTC",
"d": "bid",
"p": "89501",
"ip": "89501",
"lp": "89501",
"a": "0.00012",
"f": "0.00012",
"oe": "fulfill_limit",
"os": "filled",
"ot": "limit",
"sp": null,
"si": null,
"r": false,
"ct": 1765017049008,
"ut": 1765017219639,
"li": 1559696133
}
]
}Field
Type
Description
Field
Value
Description
Last updated