Steem LogoSDS API Reference0.1.7c


blocks_api

/ getBlocksInRange / :fromBlockNum - :toBlockNum / :withTransactions? / :withVirtualOps?


Description

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

Example

/blocks_api/getBlocksInRange/50000001-50000100

Parameters

NameTypeOptionalDefaultMin.Max.
:fromBlockNumintNo175156376
:toBlockNumintNo175156376
:withTransactionsboolYestrue
:withVirtualOpsboolYesfalse

Ranges

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

Max. Limit

250

Result

JSON Array