ParclExplorer

Transaction Details

Hash
0xcc88a4815b4efd94dc1a1e0b9dd75b143292674a159f1ef7c13a6e16f9362297
Type
PlaceOrder
Status
Success
Block
437022
Index
1
Nonce
1776346286326
Timestamp
13:31:26 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": 905284,
    "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": 905255,
    "taker_order_id": 905284,
    "maker_account_id": 8,
    "taker_account_id": 12
  }
}