ParclExplorer

Transaction Details

Hash
0xa838b583e92762c0967f33904cd633136104dde13f48a20e53c3c77183617fc6
Type
PlaceOrder
Status
Success
Block
3266882
Index
0
Nonce
1776927699542
Timestamp
07:01:39 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Short",
    "size": 1000000,
    "price": 0,
    "market_id": 2,
    "post_only": false,
    "stop_loss": null,
    "account_id": 49,
    "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": 1000000,
    "price": 0,
    "order_id": 6406031,
    "market_id": 2,
    "account_id": 49
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 1000000,
    "price": 28500000000,
    "maker_fee": 0,
    "market_id": 2,
    "taker_fee": 0,
    "taker_side": "Short",
    "maker_order_id": 6243516,
    "taker_order_id": 6406031,
    "maker_account_id": 43,
    "taker_account_id": 49
  }
}