ParclExplorer

Transaction Details

Hash
0x982e8301f060c8e12ef670f9df880577653930b83b0c168f01914a2586e2bb56
Type
PlaceOrder
Status
Success
Block
1284445
Index
22
Nonce
1776480101710
Timestamp
13:52:21 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 500000000,
    "price": 27800000000000,
    "market_id": 2,
    "post_only": false,
    "stop_loss": null,
    "account_id": 32,
    "order_type": "Market",
    "reduce_only": false,
    "take_profit": null,
    "time_in_force": "IOC",
    "trigger_price": null
  }
}

Events (2)

OrderPlacedIndex: 2
{
  "OrderPlaced": {
    "side": "Long",
    "size": 8238068,
    "price": 27800000000000,
    "order_id": 2804543,
    "market_id": 2,
    "account_id": 32
  }
}
FillIndex: 3
{
  "Fill": {
    "size": 8238068,
    "price": 27561000000,
    "maker_fee": 0,
    "market_id": 2,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 2804510,
    "taker_order_id": 2804543,
    "maker_account_id": 8,
    "taker_account_id": 32
  }
}