ParclExplorer

Transaction Details

Hash
0x458c6ffe93ec5b68fb0ba9d0b78ba02f06b4133bdd088dfd1e48e845a7bdb4ed
Type
PlaceOrder
Status
Success
Block
4220268
Index
9
Nonce
1777123502704
Timestamp
13:25:02 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: 17
{
  "OrderPlaced": {
    "side": "Short",
    "size": 1000000,
    "price": 0,
    "order_id": 8124672,
    "market_id": 2,
    "account_id": 49
  }
}
FillIndex: 18
{
  "Fill": {
    "size": 1000000,
    "price": 29012000000,
    "maker_fee": 0,
    "market_id": 2,
    "taker_fee": 0,
    "taker_side": "Short",
    "maker_order_id": 8123215,
    "taker_order_id": 8124672,
    "maker_account_id": 70,
    "taker_account_id": 49
  }
}