ParclExplorer

Transaction Details

Hash
0x329244ccea42a8f7ea73a82460c903152a865f8b4245771cfaeb03eb7fcce54d
Type
PlaceOrder
Status
Success
Block
4004820
Index
0
Nonce
1776875382609
Timestamp
01:07:37 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 130704,
    "price": 29774000000,
    "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: 0
{
  "OrderPlaced": {
    "side": "Long",
    "size": 130704,
    "price": 29774000000,
    "order_id": 7676363,
    "market_id": 2,
    "account_id": 25
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 130704,
    "price": 29400000000,
    "maker_fee": 0,
    "market_id": 2,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 7650340,
    "taker_order_id": 7676363,
    "maker_account_id": 67,
    "taker_account_id": 25
  }
}