ParclExplorer

Transaction Details

Hash
0x45269e2bfea2540b615c97a8c654973db46d07b5cbab4708216d01c70def3e33
Type
PlaceOrder
Status
Success
Block
3038847
Index
0
Nonce
1776875380086
Timestamp
18:00:46 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 44460,
    "price": 60556000000,
    "market_id": 0,
    "post_only": false,
    "stop_loss": null,
    "account_id": 23,
    "order_type": "Limit",
    "reduce_only": false,
    "take_profit": null,
    "time_in_force": "IOC",
    "trigger_price": null
  }
}

Events (2)

OrderPlacedIndex: 0
{
  "OrderPlaced": {
    "side": "Long",
    "size": 44460,
    "price": 60556000000,
    "order_id": 5911941,
    "market_id": 0,
    "account_id": 23
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 44460,
    "price": 59435000000,
    "maker_fee": 0,
    "market_id": 0,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 5911901,
    "taker_order_id": 5911941,
    "maker_account_id": 8,
    "taker_account_id": 23
  }
}