From 8edcee02a835bb99b1387ccc1620d83d4fb1e7fb Mon Sep 17 00:00:00 2001 From: Martin Kuvandzhiev Date: Wed, 26 Oct 2022 15:51:40 +0300 Subject: [PATCH] Updating the documentation for POST of sendtx The POST sendtx has a trailing '/' character at the end. Without it, blockbook returns aways "missing inputs". With that PR I'm adding the information. --- docs/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: