Account trades
Streams all trades that take place for an account
Params
{
"method": "subscribe",
"params": {
"source": "account_trades",
"account": "42trU9A5..."
}
}Stream
{
"channel": "account_trades",
"data": [
{
"h": 80063441,
"i": 1559912767,
"I": null,
"u": "BrZp5bidJ3WUvceSq7X78bhjTfZXeezzGvGEV4hAYKTa",
"s": "BTC",
"p": "89477",
"o": "89505",
"a": "0.00036",
"te": "fulfill_taker",
"ts": "close_long",
"tc": "normal",
"f": "0.012885",
"n": "-0.022965",
"t": 1765018588190,
"li": 1559912767
}
]
}Field
Type
Description
Last updated