👨‍🎓Trading Reports Window

This window allows you to access information about all client trading transactions within the system.

The information field is a scrollable list of reports consisting of 6 fields:

  1. Ticker — short name of the instrument

  2. Order Id — client order number for the instrument

  3. Price — price

  4. Amount — quantity

  5. Type — transaction type

    • New Bid — registration of a new passive buy order

    • New Ask — registration of a new passive sell order

    • Buy — full or partial fulfillment of a previously placed buy order

    • Sell — full or partial fulfillment of a previously placed sell order

    • Ask Hit — initiation of a transaction based on another user's sell order (client purchase)

    • Bid Hit — initiation of a transaction based on another user's buy order (client sale)

    • Cancel — order cancellation

    • Revoke - forced order removal by the smart contract

  6. Date/Time (UTC) - transaction time

Messages with the Buy and Ask Hit type are highlighted with a green background.

Messages with the Sell and Bid Hit type are highlighted with a red background.

In the window header, to the left of the title, there is an icon that allows you to export data in CSV format.

* WETH and WBTC are only available on Solana Devnet! SOL and USDC are available on both Solana Devnet and Solana Mainnet!

Last updated