Fetch User Wallet Addresses

This endpoint allows you fetch user wallets.

RATE LIMIT FOR FETCH USER WALLET ADDRESS API is 10 REQUESTS BETWEEN 60 SECOND.

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:

  1. 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

NameTypeDescription

userEmail*

Required

//Fetch Wallet address
{
    "userEmail": "user@gmail.com"
}

Last updated