ParclExplorer

Transaction Details

Hash
0x8a6809d8e13907463e6c4c3777f2ebe198f1428d0a30f16e506fdfd130083944
Type
PlaceOrder
Status
Success
Block
3516106
Index
0
Nonce
1776875380943
Timestamp
21:14:35 UTC

Transaction Data

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

Events (2)

OrderPlacedIndex: 0
{
  "OrderPlaced": {
    "side": "Long",
    "size": 110394,
    "price": 22073000000,
    "order_id": 6648454,
    "market_id": 1,
    "account_id": 23
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 110394,
    "price": 21702000000,
    "maker_fee": 0,
    "market_id": 1,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 6648448,
    "taker_order_id": 6648454,
    "maker_account_id": 8,
    "taker_account_id": 23
  }
}