ParclExplorer

Transaction Details

Hash
0xb792ac89347e4277ba96c8029caaf2b6a8a3d10af98d37c4b306ed46cd91b054
Type
PlaceOrder
Status
Success
Block
4397055
Index
0
Nonce
1776875385433
Timestamp
23:30:00 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Short",
    "size": 50432,
    "price": 58344000000,
    "market_id": 0,
    "post_only": false,
    "stop_loss": null,
    "account_id": 26,
    "order_type": "Limit",
    "reduce_only": false,
    "take_profit": null,
    "time_in_force": "IOC",
    "trigger_price": null
  }
}

Events (2)

OrderPlacedIndex: 0
{
  "OrderPlaced": {
    "side": "Short",
    "size": 50432,
    "price": 58344000000,
    "order_id": 8444594,
    "market_id": 0,
    "account_id": 26
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 50432,
    "price": 59432000000,
    "maker_fee": 0,
    "market_id": 0,
    "taker_fee": 0,
    "taker_side": "Short",
    "maker_order_id": 8443785,
    "taker_order_id": 8444594,
    "maker_account_id": 71,
    "taker_account_id": 26
  }
}