Skip to content

Commit 6dc29f0

Browse files
committed
Add a note start_index must be multiple of 25
1 parent f8cb25c commit 6dc29f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

API.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ Available fields: `in_best_chain` (boolean, false for orphaned blocks), `next_be
144144

145145
Returns a list of transactions in the block (up to 25 transactions beginning at `start_index`).
146146

147+
*Note:* The `start_index` value must be a multiple of 25.
148+
147149
The response from this endpoint can be cached indefinitely.
148150

149151
### `GET /block/:hash/txids`

0 commit comments

Comments
 (0)