ParclExplorer

Transaction Details

Hash
0x082d696e6224e70c3f85dd46872af4c06f1d663ec2a26ff48daeabde55a12dc2
Type
PlaceOrder
Status
Success
Block
3139430
Index
0
Nonce
1776901492538
Timestamp
23:44:52 UTC

Transaction Data

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

Events (3)

OrderPlacedIndex: 0
{
  "OrderPlaced": {
    "side": "Short",
    "size": 1000000,
    "price": 0,
    "order_id": 6135455,
    "market_id": 2,
    "account_id": 45
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 1000000,
    "price": 28730000000,
    "maker_fee": 0,
    "market_id": 2,
    "taker_fee": 0,
    "taker_side": "Short",
    "maker_order_id": 6135325,
    "taker_order_id": 6135455,
    "maker_account_id": 8,
    "taker_account_id": 45
  }
}
OrderPlacedIndex: 2
{
  "OrderPlaced": {
    "side": "Long",
    "size": 321221737,
    "price": 29000000000,
    "order_id": 6135456,
    "market_id": 2,
    "account_id": 45
  }
}