From d5c94fbdff34d5bcd027f6c18d81524a754df51b Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Mon, 12 May 2014 18:24:59 -0300 Subject: [PATCH] update README with new call --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5526d0ac..d88f8fe7 100644 --- a/README.md +++ b/README.md @@ -140,10 +140,15 @@ The end-points are: /api/addr/[:addr][?noTxList=1] /api/addr/mmvP3mTe53qxHdPqXEvdu8WdC7GfQ2vmx5?noTxList=1 ``` -### Unspent Output +### Unspent Outputs ``` /api/addr/[:addr]/utxo ``` +### Unspent Outputs for multiple addresses +``` + /api/addrs/[:addrs]/utxo + /api/addrs/2NF2baYuJAkCKo5onjUKEPdARQkZ6SYyKd5,2NAre8sX2povnjy4aeiHKeEh97Qhn97tB1f/utxo +``` ### Transactions by Block ``` /api/txs/?block=HASH