ParclExplorer

Transaction Details

Hash
0x2485f6eb2b3e4cdb3c65ffbe1f26b57c2713972eb890f214f8979fb991ba03d1
Type
PlaceOrder
Status
Success
Block
538178
Index
0
Nonce
1776367044636
Timestamp
19:17:24 UTC

Transaction Data

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

Events (2)

OrderPlacedIndex: 0
{
  "OrderPlaced": {
    "side": "Long",
    "size": 8341996,
    "price": 0,
    "order_id": 1189329,
    "market_id": 1,
    "account_id": 11
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 8341996,
    "price": 21644000000,
    "maker_fee": 0,
    "market_id": 1,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 1189289,
    "taker_order_id": 1189329,
    "maker_account_id": 8,
    "taker_account_id": 11
  }
}