ParclExplorer

Transaction Details

Hash
0xcfeba8afc1710afbbf8da2ac5e0133593d0deafc1b12715fbcd9ec8dc191dc98
Type
PlaceOrder
Status
Success
Block
4196361
Index
0
Nonce
1776875382110
Timestamp
12:03:14 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 36801,
    "price": 60683000000,
    "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": 36801,
    "price": 60683000000,
    "order_id": 8081090,
    "market_id": 0,
    "account_id": 23
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 36801,
    "price": 59688000000,
    "maker_fee": 0,
    "market_id": 0,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 8081038,
    "taker_order_id": 8081090,
    "maker_account_id": 8,
    "taker_account_id": 23
  }
}