I was able to get all the records I was looking for, so I didn't run into this. Can you point me to code? Data you're working with? I'd like to reproduce it and have a look.
You are viewing a single comment's thread from:
I was able to get all the records I was looking for, so I didn't run into this. Can you point me to code? Data you're working with? I'd like to reproduce it and have a look.
Well, I'm doing nothing special. This is the call:
const accountHistoryData = await steem.api.getAccountHistoryAsync('cutemachine', -1, 6000) console.log(accountHistoryData)
This should give me the complete history for my account, as I only have ~4000 records. Is it possible that I need to connect to a special server?
Oh, that clears things up. Thanks.
It is. Only full nodes contain account history. They are pretty few.