SUB wss://ws.aevo.xyz
Returns fills when orders are filled.
REQUEST
RESPONSE
|
|
<details>
{
"op":"subscribe",
"data": ["fills"]
}
RESPONSE
| ||||||||||||||
data.timestamp string required
Update timestamp in UNIX timestamp in nanoseconds. Eg. | ||||||||||||||
data.fill object required
Fill updates in
|
<details>
{
"channel": "fills",
"data": {
"timestamp": "1673671845685460000",
"fill": {
"trade_id": "DwmDn5XnEyiqx5AB5CM4W8bgD137ASX4Lz1XWBYqvpX2",
"order_id": "0xbc39f8c0dd85c0f7059124b2d2c6c2ec87f4a0e748ae21c66e98fbfa1974981e",
"instrument_id": "8",
"instrument_name": "ETH-14JAN23-1500-P",
"instrument_type": "OPTION",
"price": "12.23",
"side": "sell",
"fees": "0.23",
"filled": "3",
"order_status": "partial",
"liquidity": "taker",
"created_timestamp": "1673671845684502000"
}
}
}