Steem LogoSDS API Reference0.1.9


followers_api

/ getFollowedHistory / :target / :fromTime - :toTime / :limit? / :offset?


Description

Returns the followed history of the given account (:target) in the given time range (:fromTime to :toTime).

Example

/followers_api/getFollowedHistory/steemchiller/1702472306-1703077106

Parameters

NameTypeOptionalDefaultMin.Max.
:targetaccount_nameNo
:fromTimeintNo
:toTimeintNo
:limitintYes10000110000
:offsetintYes00

Ranges

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

Max. Limit

10000

Result

JSON Object