Fetch User Wallet Addresses
This endpoint allows you fetch user wallets.
To fetch all wallet details which includes all blochchainSupported for a user, the /wallet/user-wallets-list API endpoint requires one parameter in the request:
userEmail- The email address of the user for which you want to create the wallet. This links the wallet to their account.
POST https://dev-api.altra.click/wallet/user-wallets-list
Request Body
Name
Type
Description
userEmail*
Required
//Fetch Wallet address
{
"userEmail": "[email protected]"
}Last updated
Was this helpful?