Update README.md with Status params

This commit is contained in:
Gustavo Maximiliano Cortez 2014-03-19 13:10:18 -03:00
parent f7ee313255
commit aa8ba813d4
1 changed files with 13 additions and 0 deletions

View File

@ -160,6 +160,19 @@ The end-points are:
/api/peer
```
### Status network
```
/api/status?q=xxx
```
Where "xxx" can be:
* getInfo
* getDifficulty
* getTxOutSetInfo
* getBestBlockHash
* getLastBlockHash
## Web Socket API
The web socket API is served using [socket.io](http://socket.io) at:
```