PARCLExplorer

Transaction Details

Hash
6a0867eae570459f1d32e9ea5071dae08031dab393baabd662762ff309ba0a70
Type
PlaceOrder
Status
Success
Block
1074382
Index
2
Nonce
1775689832790
Timestamp
03:00:21 UTC

Transaction Data

{
  "PlaceOrder": {
    "side": "Short",
    "size": 21,
    "price": 21479000000,
    "market_id": 1,
    "post_only": false,
    "stop_loss": null,
    "account_id": 16,
    "order_type": "Limit",
    "reduce_only": false,
    "take_profit": null,
    "time_in_force": "IOC",
    "trigger_price": null
  }
}

Events (2)

OrderPlacedIndex: 0
{
  "OrderPlaced": {
    "side": "Short",
    "size": 21,
    "price": 21479000000,
    "order_id": 3130422,
    "market_id": 1,
    "account_id": 16
  }
}
FillIndex: 1
{
  "Fill": {
    "size": 21,
    "price": 21479000000,
    "maker_fee": 0,
    "market_id": 1,
    "taker_fee": 0,
    "taker_side": "Short",
    "maker_order_id": 3113550,
    "taker_order_id": 3130422,
    "maker_account_id": 18,
    "taker_account_id": 16
  }
}