ParclExplorer

Transaction Details

Hash
0x1c80eb98e94bc1060709101247b4404c58b4d66f56e497d770dcddaddf18087a
Type
PlaceOrder
Status
Success
Block
1307545
Index
27
Nonce
1776472180607
Timestamp
15:11:49 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Long",
    "size": 27906,
    "price": 60297000000,
    "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: 40
{
  "OrderPlaced": {
    "side": "Long",
    "size": 27906,
    "price": 60297000000,
    "order_id": 2880006,
    "market_id": 0,
    "account_id": 23
  }
}
FillIndex: 41
{
  "Fill": {
    "size": 27906,
    "price": 59146000000,
    "maker_fee": 0,
    "market_id": 0,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 2879967,
    "taker_order_id": 2880006,
    "maker_account_id": 8,
    "taker_account_id": 23
  }
}