ParclExplorer

Transaction Details

Hash
0x016a8c14c4f3fac6e4f8b39be1c9f32253b39756927ead9cfa24808061842dd2
Type
PlaceOrder
Status
Success
Block
4277248
Index
9
Nonce
1776875385246
Timestamp
16:40:02 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 191041,
    "price": 22080000000,
    "market_id": 1,
    "post_only": false,
    "stop_loss": null,
    "account_id": 22,
    "order_type": "Limit",
    "reduce_only": false,
    "take_profit": null,
    "time_in_force": "IOC",
    "trigger_price": null
  }
}

Events (2)

OrderPlacedIndex: 18
{
  "OrderPlaced": {
    "side": "Long",
    "size": 191041,
    "price": 22080000000,
    "order_id": 8229946,
    "market_id": 1,
    "account_id": 22
  }
}
FillIndex: 19
{
  "Fill": {
    "size": 191041,
    "price": 21698000000,
    "maker_fee": 0,
    "market_id": 1,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 8229912,
    "taker_order_id": 8229946,
    "maker_account_id": 8,
    "taker_account_id": 22
  }
}