Account Assets
Account assets are the wallets where an asset is stored and managed. These assets can be used to make payments, transfer funds, and perform other financial transactions. Our API provides a comprehensive set of methods for managing account assets. Currently we support USD only. Consider this account assets like mini-wallets that stores the information about the balance and type of the asset(USD).
Retrieve Account Assets
Our API provides methods for retrieving the account assets efficiently:
-
Retrieve All Assets: To get a list of all account assets, use the
GET /v1/partner-accounts/{partnerAccountId}/assetsmethod. This is particularly useful for managing and accessing your documents in a centralized manner. -
Retrieve Asset by ID: If you need to access a account asset, you can use the
GET /v1/partner-accounts/{partnerAccountId}/assets/{assetId}method.- Replace
{assetId}with the Account Asset ID (this assetId be referred asaccountAssetIdin some api response ). - Replace
{partnerAccountId}with the Partner Account ID.
- Replace
These features are designed to provide a comprehensive solution for retriving wallet like account assets through our API.