ParclExplorer

Transaction Details

Hash
0x605bbbb716f7e078de5ef90b554079689b224538d58701dc41059ade71719137
Type
PlaceOrder
Status
Success
Block
3475181
Index
1
Nonce
1776970464522
Timestamp
18:54:24 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 79934632,
    "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: 2
{
  "OrderPlaced": {
    "side": "Long",
    "size": 79934632,
    "price": 0,
    "order_id": 6564941,
    "market_id": 0,
    "account_id": 55
  }
}
FillIndex: 3
{
  "Fill": {
    "size": 79934632,
    "price": 59623000000,
    "maker_fee": 0,
    "market_id": 0,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 6564888,
    "taker_order_id": 6564941,
    "maker_account_id": 8,
    "taker_account_id": 55
  }
}