diff --git a/README.md b/README.md index 31259593..36666642 100644 --- a/README.md +++ b/README.md @@ -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: ```