ParclExplorer

Transaction Details

Hash
0x482db182046d7af28f94498a5072c411e6bad3b23c3edff1064c325a8316618a
Type
PlaceOrder
Status
Success
Block
3165491
Index
26
Nonce
1776875380552
Timestamp
01:14:02 UTC

Transaction Data

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

Events (2)

OrderPlacedIndex: 40
{
  "OrderPlaced": {
    "side": "Short",
    "size": 18302,
    "price": 58180000000,
    "order_id": 6193032,
    "market_id": 0,
    "account_id": 25
  }
}
FillIndex: 41
{
  "Fill": {
    "size": 18302,
    "price": 59336000000,
    "maker_fee": 0,
    "market_id": 0,
    "taker_fee": 0,
    "taker_side": "Short",
    "maker_order_id": 6192978,
    "taker_order_id": 6193032,
    "maker_account_id": 8,
    "taker_account_id": 25
  }
}