Fetch Wallet Details
This endpoint allows the user to fetch wallet details for each Blockchain.
RATE LIMIT FOR FETCH WALLET DETAILS API is 10 REQUESTS BETWEEN 60 SECOND.
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