diff --git a/docs/how_to_use_the_api_get.rst b/docs/how_to_use_the_api_get.rst
index fa2582816c6ec51f7d06abf4c0cb1be04daf41eb..12ffd657264b4505e36dc3c7cd02daa35a7404af 100644
--- a/docs/how_to_use_the_api_get.rst
+++ b/docs/how_to_use_the_api_get.rst
@@ -573,6 +573,19 @@ https://github.com/ucoin-io/ucoin/blob/master/doc/HTTP_API.md#blockchainwithtx
       print(blockchainWithTx)
 
 
+\- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+``/blockchain/branches`` :
+
+https://github.com/ucoin-io/ucoin/blob/master/doc/HTTP_API.md#blockchainbranches
+
+.. code-block:: python
+
+  # ----------- GET current branches of the node. -----------
+
+  # Not yet implemented in the Python API : /blockchain/branches
+
+
 \- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 
 ``/tx/sources/[pubkey]`` :