SDS API Reference0.1.10Returns the blocks for the given range (:fromBlockNum to :toBlockNum).
/blocks_api/getBlocksInRange/50000001-50000100
| Name | Type | Optional | Default | Min. | Max. | Allowed Values | |
|---|---|---|---|---|---|---|---|
| :fromBlockNum | int | No | 1 | 100549098 | |||
| :toBlockNum | int | No | 1 | 100549098 | |||
| :withTransactions | bool | Yes | true |  | |||
| :withVirtualOps | bool | Yes | true |  | 
[
   {
      "from": "fromBlockNum",
      "to": "toBlockNum",
      "limit": 250
   }
]250
JSON Array