ParclExplorer

Transaction Details

Hash
0xa8f2fd0f17e8e9fc9bedd10ab1c5ed6dfd15a2b46e0e39f64923f2b197e48be9
Type
PlaceOrder
Status
Success
Block
3176149
Index
0
Nonce
1776909062567000
Timestamp
01:51:02 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 1763838,
    "price": 0,
    "market_id": 2,
    "post_only": false,
    "stop_loss": null,
    "account_id": 39,
    "order_type": "Market",
    "reduce_only": true,
    "take_profit": null,
    "time_in_force": "IOC",
    "trigger_price": null
  }
}

Events (4)

OrderPlacedIndex: 0
{
  "OrderPlaced": {
    "side": "Long",
    "size": 1763838,
    "price": 0,
    "order_id": 6218758,
    "market_id": 2,
    "account_id": 39
  }
}
OrderCanceledIndex: 1
{
  "OrderCanceled": {
    "reason": "SelfTradePrevention",
    "order_id": 6208401,
    "market_id": 2,
    "account_id": 39
  }
}
OrderCanceledIndex: 2
{
  "OrderCanceled": {
    "reason": "SelfTradePrevention",
    "order_id": 6208400,
    "market_id": 2,
    "account_id": 39
  }
}
FillIndex: 3
{
  "Fill": {
    "size": 1763838,
    "price": 29456000000,
    "maker_fee": 0,
    "market_id": 2,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 6218745,
    "taker_order_id": 6218758,
    "maker_account_id": 8,
    "taker_account_id": 39
  }
}