ParclExplorer

Transaction Details

Hash
0x6419b5ac9e48a9260c19f5ad47e5e4c3e5201b5a20ac8f0ec4c093c2d6a0169e
Type
PlaceOrder
Status
Success
Block
3621815
Index
0
Nonce
1776875381719
Timestamp
03:16:26 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Short",
    "size": 28296,
    "price": 28622000000,
    "market_id": 2,
    "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: 0
{
  "OrderPlaced": {
    "side": "Short",
    "size": 28296,
    "price": 28622000000,
    "order_id": 6880386,
    "market_id": 2,
    "account_id": 25
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 28296,
    "price": 28973000000,
    "maker_fee": 0,
    "market_id": 2,
    "taker_fee": 0,
    "taker_side": "Short",
    "maker_order_id": 6785883,
    "taker_order_id": 6880386,
    "maker_account_id": 39,
    "taker_account_id": 25
  }
}