ParclExplorer

Transaction Details

Hash
0x1ffbcfc2a038a62ae75ec5a347a2b5bbac446d40d6bfab2dbd02fa673c1b1808
Type
PlaceOrder
Status
Success
Block
3172738
Index
0
Nonce
1776908329692
Timestamp
01:38:49 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Short",
    "size": 13555821,
    "price": 0,
    "market_id": 2,
    "post_only": false,
    "stop_loss": null,
    "account_id": 43,
    "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": 13555821,
    "price": 0,
    "order_id": 6209367,
    "market_id": 2,
    "account_id": 43
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 13555821,
    "price": 29311000000,
    "maker_fee": 0,
    "market_id": 2,
    "taker_fee": 0,
    "taker_side": "Short",
    "maker_order_id": 6208399,
    "taker_order_id": 6209367,
    "maker_account_id": 39,
    "taker_account_id": 43
  }
}