ParclExplorer

Transaction Details

Hash
0x29bc04ecef77b98d9c12ee03869f5783b76a13f23cb08c78edc7e99ccc1a8090
Type
PlaceOrder
Status
Success
Block
4213970
Index
0
Nonce
1776875385169
Timestamp
13:03:29 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Short",
    "size": 220205,
    "price": 28606000000,
    "market_id": 2,
    "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": "Short",
    "size": 220205,
    "price": 28606000000,
    "order_id": 8112815,
    "market_id": 2,
    "account_id": 26
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 220205,
    "price": 28974000000,
    "maker_fee": 0,
    "market_id": 2,
    "taker_fee": 0,
    "taker_side": "Short",
    "maker_order_id": 8112042,
    "taker_order_id": 8112815,
    "maker_account_id": 59,
    "taker_account_id": 26
  }
}