Fetch Wallet Details
This endpoint allows the user to fetch wallet details for each Blockchain.
To fetch wallet details for a user, the /wallet/wallet-information
API endpoint requires two parameters 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.walletAddress
- The wallet address of the user for a specific blockchain. For Polygon, add the polygon address.
POST
https://dev-api.altra.click/wallet/wallet-information
Request Body
Name
Type
Description
userEmail*
Required
walletAddress*
Required
Last updated
Was this helpful?