PARCLExplorer

Transaction Details

Hash
21840704f821073522d2116a46a94c1c5f5576b2796369d55fc9f3db158604f7
Type
PlaceOrder
Status
Success
Block
1164709
Index
0
Nonce
1775689832800
Timestamp
08:07:05 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Short",
    "size": 103744,
    "price": 6960300000000,
    "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": 103744,
    "price": 6960300000000,
    "order_id": 3210437,
    "market_id": 5,
    "account_id": 16
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 52307,
    "price": 7122300000000,
    "maker_fee": 0,
    "market_id": 5,
    "taker_fee": 0,
    "taker_side": "Short",
    "maker_order_id": 3210433,
    "taker_order_id": 3210437,
    "maker_account_id": 18,
    "taker_account_id": 16
  }
}