Author Topic: Getting full account history  (Read 3813 times)

0 Members and 1 Guest are viewing this topic.

Offline sschiessl

  • Administrator
  • Hero Member
  • *****
  • Posts: 662
    • View Profile
  • BitShares: sschiessl
Thanks, I have already patched bitshares-ui myself and it worked like a charm for 800k+ operations :)

Would be awesome if you open a PR with your fix :)

Offline BitsharesLabs

Nice Nesh!

Is that on current wallet deployment or staging?
We build apps on top of the Bitshares Blockchain

Offline Nesh

  • Newbie
  • *
  • Posts: 15
    • View Profile
Thanks, I have already patched bitshares-ui myself and it worked like a charm for 800k+ operations :)

Offline startail

@Nesh, that is indeed the way you have to do to resolve more than 10,000 OPs. This will be supplied as a patch to the UI and Bitshares-report.

Offline Nesh

  • Newbie
  • *
  • Posts: 15
    • View Profile
@startail
Not sure if you already know this or if my info is wrong(I couldn't find a proper documentation anywhere), but following REST call allows me to get the full account history (past 10k operations):
https://explorer.bitshares-kibana.info/es/account_history?account_id=${account_id}&search_after=${start}&size=${limit}&sort_by=-account_history.sequence

With ${start} being index of the last to-be-fetched operation + 1.

E.g. to fetch the first 10 operations of an account:
https://explorer.bitshares-kibana.info/es/account_history?account_id=${account_id}&search_after=11&size=10&sort_by=-account_history.sequence
« Last Edit: January 08, 2020, 07:50:34 pm by Nesh »

Offline Nesh

  • Newbie
  • *
  • Posts: 15
    • View Profile
Getting "Failed to download the account history, please try again" for every of the available nodes on wallet.bitshares.org

I guess I will wait for the improved/fixed script as 10k rows isn't suitable for me anyway.

Offline startail

You can also use https://github.com/bitshares/bitshares-report to generate the same report as the one in the UI wallet.

The code can't export more than 10,000 rows at the moment, due to a limitation in the API call. There is a fix done to this that I will submit to the repository in a week or two, together with some more changes.

The UI wallet does the same thing (and has same limitations), so there's no real difference.

Offline abit

  • Committee member
  • Hero Member
  • *
  • Posts: 4664
    • View Profile
    • Abit's Hive Blog
  • BitShares: abit
  • GitHub: abitmore
Try https://wallet.bitshares.org ? There is a "download" button in the Dashboard-Activity page.
BitShares committee member: abit
BitShares witness: in.abit

Offline Nesh

  • Newbie
  • *
  • Posts: 15
    • View Profile
https://bitshares-explorer.io

You can check all your account history, maybe you need to copy all of it.

Thanks, but this links to the same CSV exporter which only creates an empty file. Manually copying from the website isn't an option as I have thousands of pages.


Offline binggo

  • Hero Member
  • *****
  • Posts: 2374
  • 世间太多瘪犊子
    • View Profile
https://bitshares-explorer.io

You can check all your account history, maybe you need to copy all of it.
« Last Edit: January 06, 2020, 12:43:14 am by binggo »

Offline Nesh

  • Newbie
  • *
  • Posts: 15
    • View Profile
Hi.
I'm trying to get my full account history (trades / filled orders specifically) for tax reasons, but I fail to find a service providing this.

In the past I have used bitsharescan.com but it now only shows the history for the past 12 months or so, for my account at least.

I have also found https://open-explorer.io/bitshares-account-exporter/ but I always end up getting an empty CSV file, and yes I am using the account ID and not the account name.
It is also strange because the open-explorer.io dashboard actually shows the full history, so I think just the CSV exporter is not working (see e.g. https://open-explorer.io/#/accounts/1.2.509850 - not my account). Who is running that website? I didn't find any way to contact them to potentially fix the exporter.

Is there any other website allowing to download the full account history (as CSV)?