Note on retrieving the list of assets

This commit is contained in:
diminator 2017-01-05 13:52:03 +01:00 committed by tim
parent 7576210c82
commit 9d6ca861a7

View File

@ -198,6 +198,8 @@ Transactions
``/transactions?operation=CREATE&asset_id={asset_id}``, there will in
any case only be one transaction returned (in a list though, since
``/transactions`` is a list-returning endpoint).
Leaving out the ``asset_id`` query and calling
``/transactions?operation=CREATE`` returns the list of assets.
:query string operation: One of the two supported operations of a transaction: ``CREATE``, ``TRANSFER``.