Create Wallet Address

Create a user wallet address.

Before you begin

Let's start ๐Ÿš€

Use the wallet/address and authenticate using valid JWT.

๐Ÿ“Œ

If the wallet address already exists, the API returns the address associated to the JWT. If the wallet address does not exist, it will create one and return the address.

curl -X POST "https://custodial.arianee.com/testnet/wallet/address" -H "accept: document" -H "Authorization: Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJJRCI6ImF1bmlxdWVJRCIsImV4cCI6MTI0Mzk5MzQwfQ.s88rCnpgwp_DXOSl_6us3qAGjSl_CMpxIfxdzsGdAfHlp9WD87EhmRj34zXV33xMo4LT9gh4UF4pe..."

Result: The wallet address is returned.

Example:

"0x095F4f439F100fecE9BF8E4E6E826e38d94f4f89"

๐Ÿš€

Our team tip

We do not recommend creating a wallet for users who do not need one. The wallet creation can be automatically managed based on the blockchain transactions.