ParclExplorer

Transaction Details

Hash
0x64c944c8d44e8579d1b12e3332807a8dbfe766f7b79c578620fa15ef6864c49d
Type
PlaceOrder
Status
Success
Block
3379657
Index
0
Nonce
1776950845484
Timestamp
13:27:25 UTC

Transaction Data

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

Events (3)

OrderPlacedIndex: 0
{
  "OrderPlaced": {
    "side": "Short",
    "size": 444000000,
    "price": 0,
    "order_id": 6408383,
    "market_id": 2,
    "account_id": 48
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 299000000,
    "price": 28100000000,
    "maker_fee": 0,
    "market_id": 2,
    "taker_fee": 0,
    "taker_side": "Short",
    "maker_order_id": 6407820,
    "taker_order_id": 6408383,
    "maker_account_id": 43,
    "taker_account_id": 48
  }
}
FillIndex: 2
{
  "Fill": {
    "size": 145000000,
    "price": 28000000000,
    "maker_fee": 0,
    "market_id": 2,
    "taker_fee": 0,
    "taker_side": "Short",
    "maker_order_id": 6128274,
    "taker_order_id": 6408383,
    "maker_account_id": 43,
    "taker_account_id": 48
  }
}