ParclExplorer

Transaction Details

Hash
0x36de5d316f2da00f0b5a114ef2331bc0aee2376f7442c4a03abdad8bbe070dd9
Type
PlaceOrder
Status
Success
Block
4310418
Index
0
Nonce
1777142013575
Timestamp
18:33:33 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Short",
    "size": 17531133,
    "price": 0,
    "market_id": 1,
    "post_only": false,
    "stop_loss": null,
    "account_id": 70,
    "order_type": "Market",
    "reduce_only": true,
    "take_profit": null,
    "time_in_force": "IOC",
    "trigger_price": null,
    "max_slippage_bps": 500
  }
}

Events (2)

OrderPlacedIndex: 0
{
  "OrderPlaced": {
    "side": "Short",
    "size": 17531133,
    "price": 0,
    "order_id": 8290532,
    "market_id": 1,
    "account_id": 70
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 17531133,
    "price": 21624000000,
    "maker_fee": 0,
    "market_id": 1,
    "taker_fee": 0,
    "taker_side": "Short",
    "maker_order_id": 8288601,
    "taker_order_id": 8290532,
    "maker_account_id": 59,
    "taker_account_id": 70
  }
}