Automate Listing Assets
You have two options for listing assets:
Manually listing them via our Wallaby admin portal
This is a no code solution to manage assets
Programmatically listing the via our merchant APIs
This enables event based asset management
Some examples of when you would want to automatically manage asset listings would be
if a vendor updates their list of accepted currencies for payment
if a wallet holder invested in an asset and you want to personalize their experience
if a new asset launches and you would like to market it
How to add an asset to your business programmatically
If you would like to add an asset automatically as the result of an event on your site, you can utilize the same endpoints that the wallet holder does, but instead of authenticating with SRP, you will utilize the .
After authenticating, you can check out Programmatically Listing Assets as a Business to learn more about how to add an asset to your business programatically. Adding an asset to your business will make the assets available in system level APIs.
How to add an asset on behalf of wallet holders
Adding an asset to wallets on behalf of your wallet holders wallets is what actually makes it visible in the wallet. As described above, you would utilize . Then after authenticating, you could add an asset to a single wallet (ex.after a wallet holder takes a relevant action on your site for example) or all wallets (ex. after adding a new asset to your profile) via APIs described in Programmatically Listing Assets as a Business.
Last updated