Looking for API endpoint to call "Current Month Earnings" and "Total Held Amount"

I’m looking for the API endpoint to grab the “Current Month Earnings” and “Total Held Amount” info that is displayed at the bottom of the dashboard page. I see quite a bit of end endpoints queried when looking at dev tools but the data returned does not seam to add up to the same values being displayed.

Current Month Earnings can be found by adding up the payout and held amounts at the following URL: http://${NODE_IP}:${API_PORT:-14002}/api/sno/estimated-payout.

I’m not sure if the API makes available the Total Held Amount value. If it does, I can’t find it.

Ya, I haven’t been able to find anything either. I think it’s being done in JS but I’m unsure what it’s adding together because nothing I’ve put together comes close to the values shown. I’ve yet to try and dig through the code though