Steem LogoSDS API Reference0.1.9


delegations_api

/ getDelegationHistory / :query / :limit? / :offset?


Description

Returns the delegation history for the given :query.

Example

/delegations_api/getDelegationHistory/{"from":"steemchiller"}

Parameters

NameTypeOptionalDefaultMin.Max.Allowed Values
:queryjson_objectNoSee details
:limitintYes100011000
:offsetintYes00

Max. Limit

1000

Result

JSON Object


:query ( json_object )

NameTypeOptionalDefaultAllowed Values
.fromaccount_nameYes
.toaccount_nameYes
.fromTimeintYes
.toTimeintYes
.orderByfixed_valueYestime
- time
- vests
.orderDirfixed_valueYesDESC
- ASC
- DESC