ParclExplorer

Transaction Details

Hash
0x1e0aea5ca0c27e5047414afaaad04a6e8f64a1679b847f3e27a06f1540d86e5a
Type
PlaceOrder
Status
Success
Block
228617
Index
23
Nonce
1776303545003
Timestamp
01:39:05 UTC

Transaction Data

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

Events (3)

OrderPlacedIndex: 40
{
  "OrderPlaced": {
    "side": "Short",
    "size": 30000000,
    "price": 0,
    "order_id": 525638,
    "market_id": 2,
    "account_id": 12
  }
}
FillIndex: 41
{
  "Fill": {
    "size": 23420206,
    "price": 25558000000,
    "maker_fee": 0,
    "market_id": 2,
    "taker_fee": 0,
    "taker_side": "Short",
    "maker_order_id": 525618,
    "taker_order_id": 525638,
    "maker_account_id": 8,
    "taker_account_id": 12
  }
}
FillIndex: 42
{
  "Fill": {
    "size": 6579794,
    "price": 25406000000,
    "maker_fee": 0,
    "market_id": 2,
    "taker_fee": 0,
    "taker_side": "Short",
    "maker_order_id": 525629,
    "taker_order_id": 525638,
    "maker_account_id": 8,
    "taker_account_id": 12
  }
}