Steem LogoSDS API Reference0.1.9


account_history_api

/ getHistoryByOpTypesTime / :account / :opTypes / :fromTime - :toTime / :limit? / :offset?


Description

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

Example

/account_history_api/getHistoryByOpTypesTime/steemchiller/vote,comment/1702472306-1703077106

Parameters

NameTypeOptionalDefaultMin.Max.Allowed Values
:accountaccount_nameNo
:opTypesfixed_csvNoOne or multiple (comma-separated) of:
- account_create
- account_create_with_delegation
- account_update
- account_update2
- account_witness_proxy
- account_witness_vote
- author_reward
- cancel_transfer_from_savings
- change_recovery_account
- claim_account
- claim_reward_balance
- comment
- comment_benefactor_reward
- comment_options
- convert
- create_claimed_account
- create_proposal
- curation_reward
- custom
- custom_json
- decline_voting_rights
- delegate_vesting_shares
- delete_comment
- escrow_approve
- escrow_dispute
- escrow_release
- escrow_transfer
- feed_publish
- fill_convert_request
- fill_order
- fill_transfer_from_savings
- fill_vesting_withdraw
- hardfork
- hardfork23
- interest
- limit_order_cancel
- limit_order_create
- limit_order_create2
- liquidity_reward
- pow
- pow2
- producer_reward
- proposal_pay
- recover_account
- remove_proposal
- request_account_recovery
- return_vesting_delegation
- set_withdraw_vesting_route
- shutdown_witness
- sps_fund
- transfer
- transfer_from_savings
- transfer_to_savings
- transfer_to_vesting
- update_proposal_votes
- vote
- withdraw_vesting
- witness_set_properties
- witness_update
:fromTimeintNo
:toTimeintNo
:limitintYes1000110000
:offsetintYes00

Ranges

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

Max. Limit

10000

Result

JSON Object