Skip to content

/AWS1/CL_MBQ=>LISTTRANSACTIONEVENTS()

About ListTransactionEvents

Lists all the transaction events for a transaction

This action will return transaction details for all transactions that are confirmed on the blockchain, even if they have not reached finality.

Method Signature

IMPORTING

Required arguments:

IV_NETWORK TYPE /AWS1/MBQQUERYNETWORK /AWS1/MBQQUERYNETWORK

The blockchain network where the transaction events occurred.

Optional arguments:

IV_TRANSACTIONHASH TYPE /AWS1/MBQQUERYTRANSACTIONHASH /AWS1/MBQQUERYTRANSACTIONHASH

The hash of a transaction. It is generated when a transaction is created.

IV_TRANSACTIONID TYPE /AWS1/MBQQUERYTRANSACTIONID /AWS1/MBQQUERYTRANSACTIONID

The identifier of a Bitcoin transaction. It is generated when a transaction is created.

transactionId is only supported on the Bitcoin networks.

IV_NEXTTOKEN TYPE /AWS1/MBQNEXTTOKEN /AWS1/MBQNEXTTOKEN

The pagination token that indicates the next set of results to retrieve.

IV_MAXRESULTS TYPE /AWS1/MBQINTEGER /AWS1/MBQINTEGER

The maximum number of transaction events to list.

Default: 100

Even if additional results can be retrieved, the request can return less results than maxResults or an empty array of results.

To retrieve the next set of results, make another request with the returned nextToken value. The value of nextToken is null when there are no more results to return

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_MBQLSTTRANSACTEVTSOUT /AWS1/CL_MBQLSTTRANSACTEVTSOUT