ParclExplorer

Transaction Details

Hash
0x0f61d6d3c29519754687a8b0355ae4fa24c31f3348d5e3f0818823b0c04c162f
Type
PlaceOrder
Status
Success
Block
3390937
Index
0
Nonce
1776953162471
Timestamp
14:06:02 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Short",
    "size": 10000,
    "price": 0,
    "market_id": 0,
    "post_only": false,
    "stop_loss": null,
    "account_id": 52,
    "order_type": "Market",
    "reduce_only": false,
    "take_profit": null,
    "time_in_force": "IOC",
    "trigger_price": null,
    "max_slippage_bps": 500
  }
}

Events (2)

OrderPlacedIndex: 0
{
  "OrderPlaced": {
    "side": "Short",
    "size": 10000,
    "price": 0,
    "order_id": 6408574,
    "market_id": 0,
    "account_id": 52
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 10000,
    "price": 59010000000,
    "maker_fee": 0,
    "market_id": 0,
    "taker_fee": 0,
    "taker_side": "Short",
    "maker_order_id": 6408080,
    "taker_order_id": 6408574,
    "maker_account_id": 53,
    "taker_account_id": 52
  }
}