ParclExplorer

Transaction Details

Hash
0x89117d9ff0ac75811a45de1aae334d3c8b591cdcbe7e5362a061134322ff6ccc
Type
PlaceOrder
Status
Success
Block
3197610
Index
0
Nonce
1776913471375
Timestamp
03:04:31 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Short",
    "size": 1000000,
    "price": 0,
    "market_id": 2,
    "post_only": false,
    "stop_loss": null,
    "account_id": 45,
    "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": 6275961,
    "market_id": 2,
    "account_id": 45
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 1000000,
    "price": 29090000000,
    "maker_fee": 0,
    "market_id": 2,
    "taker_fee": 0,
    "taker_side": "Short",
    "maker_order_id": 6249012,
    "taker_order_id": 6275961,
    "maker_account_id": 39,
    "taker_account_id": 45
  }
}