ParclExplorer

Transaction Details

Hash
0x7bba48c6672f89ebc6c5cff8283d87ff572246614c10f49e4058c55f6a36b4ae
Type
PlaceOrder
Status
Success
Block
3179879
Index
0
Nonce
1776909828523
Timestamp
02:03:48 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 1000000,
    "price": 0,
    "market_id": 2,
    "post_only": false,
    "stop_loss": null,
    "account_id": 43,
    "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": 1000000,
    "price": 0,
    "order_id": 6229267,
    "market_id": 2,
    "account_id": 43
  }
}
OrderCanceledIndex: 1
{
  "OrderCanceled": {
    "reason": "SelfTradePrevention",
    "order_id": 6221571,
    "market_id": 2,
    "account_id": 43
  }
}
FillIndex: 2
{
  "Fill": {
    "size": 1000000,
    "price": 29462000000,
    "maker_fee": 0,
    "market_id": 2,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 6229252,
    "taker_order_id": 6229267,
    "maker_account_id": 8,
    "taker_account_id": 43
  }
}