ParclExplorer

Transaction Details

Hash
0x9e8e88bf6cd789417404e834e234da7b13b1d98b8ed9891bc26fb361db9326ff
Type
PlaceOrder
Status
Success
Block
3267191
Index
0
Nonce
1776927762948
Timestamp
07:02:42 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Short",
    "size": 100000000,
    "price": 0,
    "market_id": 0,
    "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": 100000000,
    "price": 0,
    "order_id": 6406043,
    "market_id": 0,
    "account_id": 49
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 100000000,
    "price": 59237000000,
    "maker_fee": 0,
    "market_id": 0,
    "taker_fee": 0,
    "taker_side": "Short",
    "maker_order_id": 6405636,
    "taker_order_id": 6406043,
    "maker_account_id": 8,
    "taker_account_id": 49
  }
}