> 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/transactions.md).

# Transactions

**Endpoints**

<table><thead><tr><th width="122">Method</th><th width="368">URL</th><th>Description</th></tr></thead><tbody><tr><td><mark style="color:blue;"><strong>GET</strong></mark></td><td><kbd>/v1/transactions/by_hash</kbd></td><td>get transaction by hash</td></tr><tr><td><mark style="color:blue;"><strong>GET</strong></mark></td><td><kbd>/v1/transactions/receipt/by_hash</kbd></td><td>get transaction receipt by hash</td></tr><tr><td><mark style="color:green;"><strong>POST</strong></mark></td><td><kbd>/v1/transactions/payment</kbd></td><td>send payment</td></tr><tr><td><mark style="color:blue;"><strong>GET</strong></mark></td><td><kbd>/v1/transactions/estimate_fee</kbd></td><td>get payment fee</td></tr><tr><td><mark style="color:blue;"><strong>GET</strong></mark></td><td><kbd>/v1/transactions/finalized/by_hash</kbd></td><td>get finalized transaction by hash</td></tr></tbody></table>
