Skip to content

Commit

Permalink
Update 04_get_blocks.md (#224)
Browse files Browse the repository at this point in the history
should be /testnet3/blocks

Signed-off-by: ofloxacin <[email protected]>
  • Loading branch information
ofloxacin committed Jun 26, 2023
1 parent 685466b commit 9b5d8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/testnet/public_endpoints/04_get_blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_label: Get Blocks
---

```javascript title=ENDPOINT
GET /testnet3/block?start={start_height}&end={end_height}
GET /testnet3/blocks?start={start_height}&end={end_height}
```
Returns the blocks for the given block range.
Expand Down

0 comments on commit 9b5d8bc

Please sign in to comment.