Create Wallet Adress For Different Crypto Currencies

Hello,

I would like to generate wallets for different coins, such as BTC, BCH, BSV, USDT, ETC, and LTC, as allowed in API key generation. In the documentation, it provides an endpoint to generate wallets but I wasn’t able to find a way to specify which coin I want the address from. Can you please help?

3 Likes

Hey @bum, Sincere apologies for delayed response.

To Create new wallets, you may use the Create Wallet endpoint.

GET https://api.coinbase.com/v2/accounts/{asset-id} where {asset-id} can be LTC, BTC, etc

To Create a new address for an account, you may use the Create Address endpoint.

POST https://api.coinbase.com/v2/accounts/:account_id/addresses where :account_id can be fetched by using the List Accounts endpoint.

We hope this clarifies. Please let us know if you have any more questions.

Thank you!