ParclExplorer

Transaction Details

Hash
0x4d465ee41e0db5cbdaf53e407fed09e55ed75c2ccdce5f17c26f7e32dd5c96f5
Type
PlaceOrder
Status
Success
Block
4236782
Index
0
Nonce
1776875385313
Timestamp
14:21:33 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Short",
    "size": 195538,
    "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": 195538,
    "price": 28663000000,
    "order_id": 8154652,
    "market_id": 2,
    "account_id": 26
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 195538,
    "price": 29111000000,
    "maker_fee": 0,
    "market_id": 2,
    "taker_fee": 0,
    "taker_side": "Short",
    "maker_order_id": 8154571,
    "taker_order_id": 8154652,
    "maker_account_id": 8,
    "taker_account_id": 26
  }
}