diff --git a/docs/api.md b/docs/api.md
index 9c372cd3..9798429f 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -17,7 +17,7 @@ GET /api/v1/utxo/
GET /api/v1/block/
GET /api/v1/estimatefee/
GET /api/v1/sendtx/
-POST /api/v1/sendtx (hex tx data in request body)
+POST /api/v1/sendtx/ (hex tx data in request body)
```
### Socket.io API
@@ -579,7 +579,7 @@ Sends new transaction to backend.
```
GET /api/v2/sendtx/
-POST /api/v2/sendtx (hex tx data in request body)
+POST /api/v2/sendtx/ (hex tx data in request body) NB: the '/' symbol at the end is mandatory.
```
Response: