ParclExplorer

Transaction Details

Hash
0xfcf08519e98d28482ed60ce0c817ae6b83c1d5119ad5996996a9920b337e3012
Type
PlaceOrder
Status
Success
Block
4252680
Index
0
Nonce
1776875384920
Timestamp
15:15:57 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 331157,
    "price": 22080000000,
    "market_id": 1,
    "post_only": false,
    "stop_loss": null,
    "account_id": 24,
    "order_type": "Limit",
    "reduce_only": false,
    "take_profit": null,
    "time_in_force": "IOC",
    "trigger_price": null
  }
}

Events (2)

OrderPlacedIndex: 0
{
  "OrderPlaced": {
    "side": "Long",
    "size": 331157,
    "price": 22080000000,
    "order_id": 8184984,
    "market_id": 1,
    "account_id": 24
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 331157,
    "price": 21694000000,
    "maker_fee": 0,
    "market_id": 1,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 8184972,
    "taker_order_id": 8184984,
    "maker_account_id": 8,
    "taker_account_id": 24
  }
}