> For the complete documentation index, see [llms.txt](https://developer.1moneynetwork.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.1moneynetwork.com/integrations/rest-apis/checkpoints.md).

# Checkpoints

**Endpoints**

<table><thead><tr><th width="122">Method</th><th width="299">URL</th><th>Description</th></tr></thead><tbody><tr><td><mark style="color:blue;"><strong>GET</strong></mark></td><td><kbd>/v1/checkpoints/number</kbd></td><td>get latest checkpoint number</td></tr><tr><td><mark style="color:blue;"><strong>GET</strong></mark></td><td><kbd>/v1/checkpoints/by_number</kbd></td><td>get checkpoint by number</td></tr><tr><td><mark style="color:blue;"><strong>GET</strong></mark></td><td><kbd>/v1/checkpoints/by_hash</kbd></td><td>get checkpoint by hash</td></tr><tr><td><mark style="color:blue;"><strong>GET</strong></mark></td><td><kbd>/v1/checkpoints/receipt/by_number</kbd></td><td>get checkpoint receipt by number</td></tr></tbody></table>
