ParclExplorer

Transaction Details

Hash
0x65723f1b665c01769367717f8c5848fabcb64ae63671afdf9287a9890e8e8174
Type
PlaceOrder
Status
Success
Block
3380748
Index
0
Nonce
1776951069317
Timestamp
13:31:09 UTC

Transaction Data

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

Events (3)

OrderPlacedIndex: 0
{
  "OrderPlaced": {
    "side": "Long",
    "size": 100000000,
    "price": 0,
    "order_id": 6408412,
    "market_id": 0,
    "account_id": 48
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 11227610,
    "price": 59600000000,
    "maker_fee": 0,
    "market_id": 0,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 6406408,
    "taker_order_id": 6408412,
    "maker_account_id": 50,
    "taker_account_id": 48
  }
}
FillIndex: 2
{
  "Fill": {
    "size": 88772390,
    "price": 59600000000,
    "maker_fee": 0,
    "market_id": 0,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 6407365,
    "taker_order_id": 6408412,
    "maker_account_id": 51,
    "taker_account_id": 48
  }
}