PARCLExplorer

Transaction Details

Hash
7f616a63556485bb71ef220675bb5fb45ccd86da0098bfe526901329832f1f51
Type
PlaceOrder
Status
Success
Block
1202029
Index
2
Nonce
1775689832806
Timestamp
10:13:53 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Short",
    "size": 51437,
    "price": 6993800000000,
    "market_id": 5,
    "post_only": false,
    "stop_loss": null,
    "account_id": 16,
    "order_type": "Limit",
    "reduce_only": true,
    "take_profit": null,
    "time_in_force": "IOC",
    "trigger_price": null
  }
}

Events (2)

OrderPlacedIndex: 0
{
  "OrderPlaced": {
    "side": "Short",
    "size": 51437,
    "price": 6993800000000,
    "order_id": 3309449,
    "market_id": 5,
    "account_id": 16
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 49532,
    "price": 7141400000000,
    "maker_fee": 0,
    "market_id": 5,
    "taker_fee": 0,
    "taker_side": "Short",
    "maker_order_id": 3306759,
    "taker_order_id": 3309449,
    "maker_account_id": 18,
    "taker_account_id": 16
  }
}