Steem LogoSDS API Reference0.1.9


transfers_api

/ getTransfers / :query / :limit? / :offset?


Description

Returns the transfers for the search criteria given in :query.

Example

/transfers_api/getTransfers/{"type":"transfer","to":"steemchiller","unit":"SBD"}

Parameters

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

Max. Limit

1000

Result

JSON Object


:query ( json_object )

NameTypeOptionalDefaultAllowed Values
.typefixed_valueNo
- transfer
- transfer_to_vesting
- withdraw_vesting
- transfer_to_savings
- transfer_from_savings
- cancel_transfer_from_savings
.fromaccount_nameYes
.toaccount_nameYes
.fromTimeintYes
.toTimeintYes
.unitfixed_valueYes
- STEEM
- SBD
- VESTS
.amountfloatYes
.amountOpfixed_valueYes
- =
- >=
- <=
.requestIdstringYes
.memoIdstringYes
.orderByfixed_valueYestime
- time
.orderDirfixed_valueYesDESC
- ASC
- DESC