Transaction History & Status
Because transactions are an integral part of the wallet, we also provide you with the capability to check on transactions related to wallets.
Transaction History
When displaying transaction history to your wallet holders, we only provide the ability to fetch transactions per address. If you would like to display transactions broken down differently, we recommend that you store data within your system in order to more easily show the most relevant transaction data to your users.
Due to the nature of blockchain and because interoperability is core to our wallet design, you will still need to fetch the latest transactions on-chain. However, storing this data on your end will enable a more robust transaction history experience.
{wireframes of different transaction history options}
The SDK does not yet support this capability. However, even if you used the SDK to build the wallet, you can still use authentication from the SDK and then utilize the APIs for this capability.
Transaction Status
After a transaction occurs, you will need to keep wallet holders informed of the status of their transaction. Depending on network conditions, transaction completion time may vary. We recommend you store the transaction hash until the transaction is fully complete.
The SDK does not yet support this capability. However, even if you used the SDK to build the wallet, you can still use authentication from the SDK and then utilize the APIs for this capability.
Last updated