ParclExplorer

Transaction Details

Hash
0x64cabad90c7c5b826e2313e399113384b128bc718c883a3db4e1e129ad87bb9c
Type
PlaceOrder
Status
Success
Block
4051349
Index
23
Nonce
1776875384439
Timestamp
03:46:54 UTC

Transaction Data

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

Events (2)

OrderPlacedIndex: 40
{
  "OrderPlaced": {
    "side": "Long",
    "size": 125409,
    "price": 60683000000,
    "order_id": 7761955,
    "market_id": 0,
    "account_id": 24
  }
}
FillIndex: 41
{
  "Fill": {
    "size": 125409,
    "price": 59635000000,
    "maker_fee": 0,
    "market_id": 0,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 7761941,
    "taker_order_id": 7761955,
    "maker_account_id": 8,
    "taker_account_id": 24
  }
}