ParclExplorer

Transaction Details

Hash
0xde9c7e4a1776d77785d550ca789cab28585abf0131a385ba9cc9785b1fcea07a
Type
PlaceOrder
Status
Success
Block
3663470
Index
5
Nonce
1776875381884
Timestamp
05:39:02 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Short",
    "size": 39748,
    "price": 58279000000,
    "market_id": 0,
    "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: 9
{
  "OrderPlaced": {
    "side": "Short",
    "size": 39748,
    "price": 58279000000,
    "order_id": 6976681,
    "market_id": 0,
    "account_id": 25
  }
}
FillIndex: 10
{
  "Fill": {
    "size": 39748,
    "price": 59437000000,
    "maker_fee": 0,
    "market_id": 0,
    "taker_fee": 0,
    "taker_side": "Short",
    "maker_order_id": 6976667,
    "taker_order_id": 6976681,
    "maker_account_id": 8,
    "taker_account_id": 25
  }
}