ParclExplorer

Transaction Details

Hash
0x71bd831dc3699b47dc31ea45f2f709be16545cf65c4e48187e7be6aeb6a2e676
Type
PlaceOrder
Status
Success
Block
3790030
Index
0
Nonce
1777035137767
Timestamp
12:52:17 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Short",
    "size": 7800155,
    "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": 7800155,
    "price": 0,
    "order_id": 7269162,
    "market_id": 1,
    "account_id": 62
  }
}
OrderCanceledIndex: 1
{
  "OrderCanceled": {
    "reason": "SelfTradePrevention",
    "order_id": 7173090,
    "market_id": 1,
    "account_id": 62
  }
}
FillIndex: 2
{
  "Fill": {
    "size": 7800155,
    "price": 21597000000,
    "maker_fee": 0,
    "market_id": 1,
    "taker_fee": 0,
    "taker_side": "Short",
    "maker_order_id": 6677674,
    "taker_order_id": 7269162,
    "maker_account_id": 39,
    "taker_account_id": 62
  }
}