Create Stellar Wallets
This endpoint allows you to create Stellar wallets.
Last updated
This endpoint allows you to create Stellar wallets.
Last updated
To create a Stellar wallet for a user, the /wallet/create-stellar-wallet
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.
blockChainSupported
- Specify 'Stellar' to indicate the wallet should be created on the Stellar blockchain.
POST
https://dev-api.altra.click/wallet/create-stellar-wallet
Name | Type | Description |
---|---|---|
The wallet creation API request will return a wallet address that can send and receive XLM on the Stellar blockchain.
Specifically, the response will contain:
walletAddress
- The public Stellar address tied to the created wallet.
asset
- XLM, the supported token on this wallet
Once a wallet is created successfully, users can top up the address by depositing XLM tokens on Stellar.
userEmail*
Required
blockChainSupported*
String