The transctions menu view displays the list of transactions across all assets.
Make a GET
request to /transactions
Example Response
Providing the assetId
will filter for the transactions associated with taht specific assetId,
The response for both paging transactions and individual asset transactions view will be similar to the initial transactions menu view
query | Definition | Required |
---|---|---|
customerId | The unique customer identifer | Yes |
page | The current set of viewable requests. Default 1 | No |
assetId | The unique asset identifer | No |
Check out an example of the ussd transactions view
The transctions menu view displays the list of transactions across all assets.
Make a GET
request to /transactions
Example Response
Providing the assetId
will filter for the transactions associated with taht specific assetId,
The response for both paging transactions and individual asset transactions view will be similar to the initial transactions menu view
query | Definition | Required |
---|---|---|
customerId | The unique customer identifer | Yes |
page | The current set of viewable requests. Default 1 | No |
assetId | The unique asset identifer | No |
Check out an example of the ussd transactions view