ParclExplorer

Transaction Details

Hash
0xea31bb7b1ad2f0413d3a8e0aa2635e9d35063bca5a1390ac542382d3c15c1755
Type
PlaceOrder
Status
Success
Block
3475064
Index
0
Nonce
1776970440501
Timestamp
18:54:00 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 71935902,
    "price": 0,
    "market_id": 0,
    "post_only": false,
    "stop_loss": null,
    "account_id": 55,
    "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": 71935902,
    "price": 0,
    "order_id": 6564427,
    "market_id": 0,
    "account_id": 55
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 71935902,
    "price": 59621000000,
    "maker_fee": 0,
    "market_id": 0,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 6564423,
    "taker_order_id": 6564427,
    "maker_account_id": 8,
    "taker_account_id": 55
  }
}