ParclExplorer

Transaction Details

Hash
0x8aca416bae0a9994f26ad1a5c15d2b43e150869c3a50ee5ad5eb6702223585a2
Type
PlaceOrder
Status
Success
Block
3234453
Index
0
Nonce
1776875380790
Timestamp
05:10:40 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Short",
    "size": 123456,
    "price": 21192000000,
    "market_id": 1,
    "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": 123456,
    "price": 21192000000,
    "order_id": 6368984,
    "market_id": 1,
    "account_id": 26
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 123456,
    "price": 21627000000,
    "maker_fee": 0,
    "market_id": 1,
    "taker_fee": 0,
    "taker_side": "Short",
    "maker_order_id": 6318014,
    "taker_order_id": 6368984,
    "maker_account_id": 39,
    "taker_account_id": 26
  }
}