BitShares Forum

Main => Technical Support => Topic started by: Urdawg1234 on December 30, 2024, 06:38:28 pm

Title: Downloading history on activity page
Post by: Urdawg1234 on December 30, 2024, 06:38:28 pm
Hi, I'm trying to download my cointracking.info report from the download history button on the activity page in Bitshares-ui. It works on some of my accounts but not others that have more activity.
When I use blocksights.info block explorer it can export the history but only in raw format.
I noticed blocksights.info is using the API call https://api.bitshares.ws/openexplorer/export/account_history?account_id=1.2.102864 to download the history.
Is there an API call I can use to download the cointracking.info report or is that being done in the UI?

Thanks,
Title: Re: Downloading history on activity page
Post by: abit on January 01, 2025, 08:11:31 pm
Hi, I'm trying to download my cointracking.info report from the download history button on the activity page in Bitshares-ui. It works on some of my accounts but not others that have more activity.
When I use blocksights.info block explorer it can export the history but only in raw format.
I noticed blocksights.info is using the API call https://api.bitshares.ws/openexplorer/export/account_history?account_id=1.2.102864 to download the history.
Is there an API call I can use to download the cointracking.info report or is that being done in the UI?

Thanks,
Yes bitshares-ui is the way. If it doesn't work, you can try https://github.com/bitshares/bitshares-report/ and maybe you need to tweak it to suit your needs.

My ElasticSearch API endpoint for it is available at https://es.bts.mobi/ .

I'm not actively monitoring the forum. Please contact me via https://t.me/abitmore if needed, or better, contact Stefan at https://t.me/sschiessl since he's the expert on this.