SDS API Reference0.1.10Returns the transfers for the search criteria given in :query.
/transfers_api/getTransfers/{"type":"transfer","to":"steemchiller","unit":"SBD"}
| Name | Type | Optional | Default | Min. | Max. | Allowed Values | |
|---|---|---|---|---|---|---|---|
| :query | json_object | No | See details | ||||
| :limit | int | Yes | 250 | 1 | 1000 | ||
| :offset | int | Yes | 0 | 0 |
1000
JSON Object
| Name | Type | Optional | Default | Allowed Values | |
|---|---|---|---|---|---|
| .type | fixed_value | No | | ||
| .from | account_name | Yes | |||
| .to | account_name | Yes | |||
| .fromTime | int | Yes | |||
| .toTime | int | Yes | |||
| .unit | fixed_value | Yes | | ||
| .amount | float | Yes | |||
| .amountOp | fixed_value | Yes | | ||
| .requestId | string | Yes | |||
| .memoId | string | Yes | |||
| .orderBy | fixed_value | Yes | time | | |
| .orderDir | fixed_value | Yes | DESC | |