ParclExplorer

Transaction Details

Hash
0x959ee86df7ccd7cd216cbee9cd1c20ebdc7558a3bce984af8200cacbd80cc4aa
Type
PlaceOrder
Status
Success
Block
4398724
Index
0
Nonce
1776875385444
Timestamp
23:35:43 UTC

Transaction Data

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

Events (2)

OrderPlacedIndex: 0
{
  "OrderPlaced": {
    "side": "Long",
    "size": 40691,
    "price": 60726000000,
    "order_id": 8447683,
    "market_id": 0,
    "account_id": 26
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 40691,
    "price": 59657000000,
    "maker_fee": 0,
    "market_id": 0,
    "taker_fee": 0,
    "taker_side": "Long",
    "maker_order_id": 8447571,
    "taker_order_id": 8447683,
    "maker_account_id": 71,
    "taker_account_id": 26
  }
}