Address Properties documented in README.md

This commit is contained in:
Ian Coleman 2014-08-20 12:38:24 +10:00
parent db980a870a
commit 90c11673fd

View File

@ -166,6 +166,14 @@ The end-points are:
/api/addr/[:addr][?noTxList=1&noCache=1]
/api/addr/mmvP3mTe53qxHdPqXEvdu8WdC7GfQ2vmx5?noTxList=1
```
### Address Properties
```
/api/addr/[:addr]/balance
/api/addr/[:addr]/totalReceived
/api/addr/[:addr]/totalSent
/api/addr/[:addr]/unconfirmedBalance
```
The response contains the value in Satoshis.
### Unspent Outputs
```
/api/addr/[:addr]/utxo[?noCache=1]