ParclExplorer

Transaction Details

Hash
0xb0ba4bfb610068681c98ca5611b60c0d93452f9fb54bca997ff13c1444377abe
Type
PlaceOrder
Status
Success
Block
3380347
Index
0
Nonce
1776950986885
Timestamp
13:29:46 UTC

Transaction Data

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

Events (3)

OrderPlacedIndex: 0
{
  "OrderPlaced": {
    "side": "Short",
    "size": 65850042,
    "price": 0,
    "order_id": 6408393,
    "market_id": 0,
    "account_id": 48
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 16342234,
    "price": 59305000000,
    "maker_fee": 0,
    "market_id": 0,
    "taker_fee": 0,
    "taker_side": "Short",
    "maker_order_id": 6408354,
    "taker_order_id": 6408393,
    "maker_account_id": 39,
    "taker_account_id": 48
  }
}
FillIndex: 2
{
  "Fill": {
    "size": 49507808,
    "price": 59010000000,
    "maker_fee": 0,
    "market_id": 0,
    "taker_fee": 0,
    "taker_side": "Short",
    "maker_order_id": 6408080,
    "taker_order_id": 6408393,
    "maker_account_id": 53,
    "taker_account_id": 48
  }
}