ParclExplorer

Transaction Details

Hash
0x777c837f6c13d72f890eb87bde8289705d9a0d6233502badfe1af215810e197b
Type
PlaceOrder
Status
Success
Block
3704087
Index
0
Nonce
1776875382979
Timestamp
07:58:05 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Short",
    "size": 110723,
    "price": 58279000000,
    "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": 110723,
    "price": 58279000000,
    "order_id": 7063988,
    "market_id": 0,
    "account_id": 26
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 110723,
    "price": 59408000000,
    "maker_fee": 0,
    "market_id": 0,
    "taker_fee": 0,
    "taker_side": "Short",
    "maker_order_id": 7063984,
    "taker_order_id": 7063988,
    "maker_account_id": 8,
    "taker_account_id": 26
  }
}