ParclExplorer

Transaction Details

Hash
0xb1e0d96511ea6c0b3a5e6fc892fddeae4380786776d7bffab9503dd165491130
Type
PlaceOrder
Status
Success
Block
3719270
Index
0
Nonce
1777020604181
Timestamp
08:50:04 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 263585944,
    "price": 21691000000,
    "market_id": 1,
    "post_only": false,
    "stop_loss": null,
    "account_id": 62,
    "order_type": "Limit",
    "reduce_only": false,
    "take_profit": null,
    "time_in_force": "GTC",
    "trigger_price": null
  }
}

Events (4)

OrderPlacedIndex: 0
{
  "OrderPlaced": {
    "side": "Long",
    "size": 263585944,
    "price": 21691000000,
    "order_id": 7102679,
    "market_id": 1,
    "account_id": 62
  }
}
OrderCanceledIndex: 1
{
  "OrderCanceled": {
    "reason": "SelfTradePrevention",
    "order_id": 7101996,
    "market_id": 1,
    "account_id": 62
  }
}
FillIndex: 2
{
  "Fill": {
    "size": 55342895,
    "price": 21683000000,
    "maker_fee": 0,
    "market_id": 1,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 7100529,
    "taker_order_id": 7102679,
    "maker_account_id": 39,
    "taker_account_id": 62
  }
}
FillIndex: 3
{
  "Fill": {
    "size": 208243049,
    "price": 21683000000,
    "maker_fee": 0,
    "market_id": 1,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 7102642,
    "taker_order_id": 7102679,
    "maker_account_id": 8,
    "taker_account_id": 62
  }
}