ParclExplorer

Transaction Details

Hash
0xae628343eb39f4d8afe0abbbe4f1ea00758875fdec1d5ff32333c3826292389b
Type
PlaceOrder
Status
Success
Block
3485684
Index
0
Nonce
1776972625161
Timestamp
19:30:25 UTC

Transaction Data

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

Events (2)

OrderPlacedIndex: 0
{
  "OrderPlaced": {
    "side": "Long",
    "size": 22320000,
    "price": 0,
    "order_id": 6587252,
    "market_id": 1,
    "account_id": 52
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 22320000,
    "price": 21698000000,
    "maker_fee": 0,
    "market_id": 1,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 6587240,
    "taker_order_id": 6587252,
    "maker_account_id": 8,
    "taker_account_id": 52
  }
}