Optional
Get account events
This method can be used to collect the context of a failure and will be ignored if the endpoint has not been implemented or if the call fails. The Diem MiniWallet implements the following events:
| Event Type | Data Attribute Type | Description |
|---|---|---|
| info | string | Human readable message for what has occured. |
| created_account | JSON-encoded string | An account has been created. |
| created_transaction | JSON-encoded string | An incoming or outgoing transaction has been created. |
| updated_transaction | JSON-encoded string | An outgoing transactions has been updated due to Diem transactions being submitted or executed. |
| created_subaddress | JSON-encoded string | A Subaddress has been created. |
| created_payment_command | JSON-encoded string | Off-chain payment command has been created. |
| updated_payment_command | JSON-encoded string | Off-chain payment command has been updated. |
get/accounts/{account_id}/events
Path parameters
account_idstring required
Account ID
Response
success