diff --git a/documentation/testnet/public_endpoints/04_get_blocks.md b/documentation/testnet/public_endpoints/04_get_blocks.md index 3af2ac278e..c42a8ee814 100644 --- a/documentation/testnet/public_endpoints/04_get_blocks.md +++ b/documentation/testnet/public_endpoints/04_get_blocks.md @@ -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.