ParclExplorer

Transaction Details

Hash
0x5d6c2ed00888ad7d48e38e67c3b4392c1ce161541b4c2f458f9e31bd149a8644
Type
PlaceOrder
Status
Success
Block
437036
Index
1
Nonce
1776346289163
Timestamp
13:31:29 UTC

Transaction Data

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

Events (2)

OrderPlacedIndex: 2
{
  "OrderPlaced": {
    "side": "Long",
    "size": 100000000,
    "price": 0,
    "order_id": 905326,
    "market_id": 2,
    "account_id": 12
  }
}
FillIndex: 3
{
  "Fill": {
    "size": 100000000,
    "price": 26001000000,
    "maker_fee": 0,
    "market_id": 2,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 905320,
    "taker_order_id": 905326,
    "maker_account_id": 8,
    "taker_account_id": 12
  }
}