From 081585104762925c77c64c734cebc2948e2e5c90 Mon Sep 17 00:00:00 2001 From: Mario Colque Date: Tue, 20 May 2014 11:52:55 -0300 Subject: [PATCH] updated API doc --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index f9b69423..02dd20e2 100644 --- a/README.md +++ b/README.md @@ -145,10 +145,22 @@ The end-points are: /api/addr/[:addr]/utxo ``` ### Unspent Outputs for multiple addresses +GET method: ``` /api/addrs/[:addrs]/utxo /api/addrs/2NF2baYuJAkCKo5onjUKEPdARQkZ6SYyKd5,2NAre8sX2povnjy4aeiHKeEh97Qhn97tB1f/utxo ``` + +POST method: +``` + /api/addrs/utxo +``` + +POST params: +``` +addrs: 2NF2baYuJAkCKo5onjUKEPdARQkZ6SYyKd5,2NAre8sX2povnjy4aeiHKeEh97Qhn97tB1f +``` + ### Transactions by Block ``` /api/txs/?block=HASH