Steem LogoSDS API Reference0.1.7c


blocks_api

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


Description

Returns the operations for the given block range (:fromBlockNum to :toBlockNum).

Example

/blocks_api/getOpsInBlockRange/50000001-50000100

Parameters

NameTypeOptionalDefaultMin.Max.
:fromBlockNumintNo180517453
:toBlockNumintNo180517453
:withVirtualOpsboolYestrue

Ranges

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

Max. Limit

250

Result

JSON Array