Unable to find realized, unrealized profits/losses of orders from Binance SpotAPI & website for Testnet Spot Trading

Hi

  1. I spent quite a lot of hours figuring out how to find realized/unrealized profits/losses of orders from BinanceSpot API

I was referring this docs link https://binance-docs.github.io/apidocs/spot/en
I could not find any realized or unrealized profit/loss field in the API response.

I am calling this API via the official BinanceDotNet C# wrapper

Am I missing something or do I need to calculate such profits/losses myself?

  1. Also, I searched a lot, but could not find any webpage for Spot accounts where I can visually analyze my Spot account trade operations etc
    (Such functionalities are there for Testnet Binance Futures at https://testnet.binancefuture.com/ but I could not find any such official Binance trading interface for Spot accounts

Kindly advise
Thanks

Addition to my query no. 2) above:

Also, when I open the link https://testnet.binancefuture.com/en/spot mentioned in the TestNet Binance Futures website -> Options button -> Spot accounts,
then it displays the error:

Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.

Fri Mar 05 17:08:17 UTC 2021
There was an unexpected error (type=Not Found, status=404).
No message available
  1. The PNL (profit and loss) which creates the unrealized profit/loss is a concept from the futures product, not available in spot trading.
  2. The official link for Spot Testnet is https://testnet.binance.vision/ which doesn’t have a UI trading page.