ParclExplorer

Transaction Details

Hash
0x3a0884216f0485b8c1c358bd648569b8ed55a6e75b78c76c28cf7ecb47614155
Type
PlaceOrder
Status
Success
Block
3413063
Index
44
Nonce
1776875380982
Timestamp
15:21:46 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 41116,
    "price": 29792000000,
    "market_id": 2,
    "post_only": false,
    "stop_loss": null,
    "account_id": 25,
    "order_type": "Limit",
    "reduce_only": false,
    "take_profit": null,
    "time_in_force": "IOC",
    "trigger_price": null
  }
}

Events (2)

OrderPlacedIndex: 79
{
  "OrderPlaced": {
    "side": "Long",
    "size": 41116,
    "price": 29792000000,
    "order_id": 6431717,
    "market_id": 2,
    "account_id": 25
  }
}
FillIndex: 80
{
  "Fill": {
    "size": 41116,
    "price": 29306000000,
    "maker_fee": 0,
    "market_id": 2,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 6431593,
    "taker_order_id": 6431717,
    "maker_account_id": 8,
    "taker_account_id": 25
  }
}