ParclExplorer

Transaction Details

Hash
0xe2810b30f94d66738b12076b3ca81d124a4c828f28cb83b499378f0d0cd6f4a5
Type
PlaceOrder
Status
Success
Block
3475233
Index
0
Nonce
1776970475206
Timestamp
18:54:35 UTC

Transaction Data

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

Events (2)

OrderPlacedIndex: 0
{
  "OrderPlaced": {
    "side": "Short",
    "size": 34607426,
    "price": 0,
    "order_id": 6565103,
    "market_id": 0,
    "account_id": 55
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 34607426,
    "price": 59453000000,
    "maker_fee": 0,
    "market_id": 0,
    "taker_fee": 0,
    "taker_side": "Short",
    "maker_order_id": 6565050,
    "taker_order_id": 6565103,
    "maker_account_id": 8,
    "taker_account_id": 55
  }
}