ParclExplorer

Transaction Details

Hash
0x8835231dc2048d25c95968116b6ddb3c2b1e36b33ef203c8f97992878c291576
Type
PlaceOrder
Status
Success
Block
3261853
Index
0
Nonce
1776926666800002
Timestamp
06:44:26 UTC

Transaction Data

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

Events (2)

OrderPlacedIndex: 0
{
  "OrderPlaced": {
    "side": "Long",
    "size": 26699567,
    "price": 0,
    "order_id": 6405842,
    "market_id": 1,
    "account_id": 39
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 1000000,
    "price": 30000000000,
    "maker_fee": 0,
    "market_id": 1,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 5846572,
    "taker_order_id": 6405842,
    "maker_account_id": 37,
    "taker_account_id": 39
  }
}