You are viewing a single comment's thread from:

RE: scotbot: get account history api endpoint

in #scotbot6 years ago

FYI it doesn't actually seem to be filtering results by token:
eg http://scot-api.steem-engine.com/get_account_history?account=ausbitbank&symbol=PAL&limit=100 returns non PAL results as well

Sort:  

Hi, I've noticed the mistake!

It should be token and not symbol like so:

http://scot-api.steem-engine.com/get_account_history?account=ausbitbank&token=PAL&limit=100