ParclExplorer

Transaction Details

Hash
0xaf6616ff41bea10823d0a111114672a87b94fd62aa8989562fe46d79e1f30390
Type
PlaceOrder
Status
Success
Block
3253324
Index
0
Nonce
1776924915796
Timestamp
06:15:15 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 1000000,
    "price": 0,
    "market_id": 2,
    "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 (2)

OrderPlacedIndex: 0
{
  "OrderPlaced": {
    "side": "Long",
    "size": 1000000,
    "price": 0,
    "order_id": 6405708,
    "market_id": 2,
    "account_id": 48
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 1000000,
    "price": 29400000000,
    "maker_fee": 0,
    "market_id": 2,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 6230152,
    "taker_order_id": 6405708,
    "maker_account_id": 43,
    "taker_account_id": 48
  }
}