mention history and provenance

This commit is contained in:
diminator 2017-01-05 14:22:37 +01:00 committed by tim
parent 9d6ca861a7
commit 1ef2da7c32

View File

@ -184,8 +184,11 @@ Transactions
.. http:get:: /transactions?operation={CREATE|TRANSFER}&asset_id={asset_id}
Get a list of transactions that use an asset with the ID ``asset_id``.
Every ``TRANSFER`` transaction that originates from a ``CREATE`` transaction
with ``asset_id`` will be included. This allows users to query the entire history or
provenance of an asset.
This endpoint returns assets only if the transaction they're in are
This endpoint returns transactions only if they are
included in the ``BACKLOG`` or in a ``VALID`` or ``UNDECIDED`` block on ``bigchain``.
.. note::