Checking if a wallet name is already in use

Is there a way to see if a wallet name is already taken or is free to use?

It sometimes fails when I want to create a wallet since the wallet name is taken so it would make sense to check and verify the name beforehand.

Thanks in advance.

There is an endpoint that checks to see if a wallet name is available: GET /vault/{wallet_name}/check. Replace {wallet_name} with the name you would like to use. The response will notify you of {wallet_name}'s availability.

3 Likes