ParclExplorer

Transaction Details

Hash
0x9771f8b5fe5a730bb495132edcac21cb2455cca3d168c5643e84c3ee86ad1234
Type
PlaceOrder
Status
Success
Block
4395124
Index
0
Nonce
1776875385421
Timestamp
23:23:24 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Short",
    "size": 156946,
    "price": 28663000000,
    "market_id": 2,
    "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": 156946,
    "price": 28663000000,
    "order_id": 8441138,
    "market_id": 2,
    "account_id": 26
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 156946,
    "price": 29036000000,
    "maker_fee": 0,
    "market_id": 2,
    "taker_fee": 0,
    "taker_side": "Short",
    "maker_order_id": 8372615,
    "taker_order_id": 8441138,
    "maker_account_id": 71,
    "taker_account_id": 26
  }
}