Steem LogoSDS API Reference0.1.9


blocks_api

/ getOpsInBlockRange / :fromBlockNum - :toBlockNum / :withVirtualOps? / :opTypes?


Description

Returns an array (one element per block) with all operations for the given block range (:fromBlockNum to :toBlockNum).

Example

/blocks_api/getOpsInBlockRange/50000001-50000100

Parameters

NameTypeOptionalDefaultMin.Max.Allowed Values
:fromBlockNumintNo183758968
:toBlockNumintNo183758968
:withVirtualOpsboolYestrue
- true
- false
- 1
- 0
:opTypesfixed_csvYes*One 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

Ranges

[
   {
      "from": "fromBlockNum",
      "to": "toBlockNum",
      "limit": 250
   }
]

Max. Limit

250

Result

JSON Array