Transaction Details
- Hash
- 0xa169b1ed579e37ca5ef30d4fa2ccd819fd3b4da7a0708af6f8399339b191f263
- Type
- PlaceOrder
- Status
- Success
- Block
- 3744795
- Index
- 0
- Nonce
- 1777025845326
- Timestamp
- 10:17:25 UTC
Transaction Data
{
"PlaceOrder": {
"side": "Short",
"size": 551724431,
"price": 0,
"market_id": 1,
"post_only": false,
"stop_loss": null,
"account_id": 62,
"order_type": "Market",
"reduce_only": true,
"take_profit": null,
"time_in_force": "IOC",
"trigger_price": null,
"max_slippage_bps": 500
}
}Events (3)
OrderPlacedIndex: 0
{
"OrderPlaced": {
"side": "Short",
"size": 551724431,
"price": 0,
"order_id": 7166891,
"market_id": 1,
"account_id": 62
}
}OrderCanceledIndex: 1
{
"OrderCanceled": {
"reason": "SelfTradePrevention",
"order_id": 7117378,
"market_id": 1,
"account_id": 62
}
}FillIndex: 2
{
"Fill": {
"size": 551724431,
"price": 21610000000,
"maker_fee": 0,
"market_id": 1,
"taker_fee": 0,
"taker_side": "Short",
"maker_order_id": 7166865,
"taker_order_id": 7166891,
"maker_account_id": 8,
"taker_account_id": 62
}
}