ParclExplorer

Transaction Details

Hash
0x38fb5afa486ab5c478780b923df1c5705843adab036e41d1aa4280bc53a4ad69
Type
PlaceOrder
Status
Success
Block
4220439
Index
1
Nonce
1777123537746
Timestamp
13:25:37 UTC

Transaction Data

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

Events (2)

OrderPlacedIndex: 2
{
  "OrderPlaced": {
    "side": "Short",
    "size": 1000000,
    "price": 0,
    "order_id": 8124996,
    "market_id": 2,
    "account_id": 49
  }
}
FillIndex: 3
{
  "Fill": {
    "size": 1000000,
    "price": 29012000000,
    "maker_fee": 0,
    "market_id": 2,
    "taker_fee": 0,
    "taker_side": "Short",
    "maker_order_id": 8123215,
    "taker_order_id": 8124996,
    "maker_account_id": 70,
    "taker_account_id": 49
  }
}