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.