Steem LogoSDS API Reference0.1.9


account_history_api

/ getHistoryByTime / :account / :fromTime - :toTime / :limit? / :offset?


Description

Returns the account history for :account in the given time range.

Example

/account_history_api/getHistoryByTime/steemchiller/1702472306-1703077106

Parameters

NameTypeOptionalDefaultMin.Max.
:accountaccount_nameNo
:fromTimeintNo
:toTimeintNo
:limitintYes1000110000
:offsetintYes00

Ranges

[
   {
      "from": "fromTime",
      "to": "toTime"
   }
]

Max. Limit

10000

Result

JSON Object