Skip to content

Commit

Permalink
improved docs as suggested by jcnelson
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeioris committed Nov 14, 2024
1 parent c6408b8 commit fc0d293
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/rpc-endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -510,8 +510,9 @@ data.

This will return 404 if the block does not exist.

This endpoint also accepts a querystring parameter `?tip=` which when supplied will return the
block relative to the specified tip.
This endpoint also accepts a querystring parameter `?tip=` which when supplied
will return the block relative to the specified tip allowing the querying of
sibling blocks (same height, different tip) too.

### GET /v3/tenures/[Block ID]

Expand Down

0 comments on commit fc0d293

Please sign in to comment.