diff --git a/docs/server/source/http-client-server-api.rst b/docs/server/source/http-client-server-api.rst index 2fccd955..0afc562f 100644 --- a/docs/server/source/http-client-server-api.rst +++ b/docs/server/source/http-client-server-api.rst @@ -150,8 +150,8 @@ Transactions .. note:: If the server is returning a ``202`` HTTP status code, then the transaction has been accepted for processing. To check the status of the - transaction, poll the link to the `status monitor - `_ + transaction, poll the link to the + :ref:`status monitor ` provided in the ``Location`` header or listen to server's :ref:`WebSocket Event Stream API `. @@ -225,6 +225,7 @@ Statuses statuses <#get--statuses?tx_id=tx_id>`_ and `block statuses <#get--statuses?block_id=block_id>`_). +.. _get_status_of_transaction: .. http:get:: /api/v1/statuses?tx_id={tx_id}