bchavez / Coinbase

:moneybag: A .NET/C# implementation of the Coinbase API.

Home Page:https://developers.coinbase.com/api/v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create New Address

nvkhanh0412 opened this issue · comments

i using code : api.SendRequest("wallet/MyWalletID/addresses", Method.POST);
but it return Address existing, this is not new address.
please help me.

Hello @nvkhanh0412,

Try sending an empty {} content body, or {"name": "My New Address Label"} in the POST body.

Other than that, I'm not sure I can help you because it looks like what your doing should work: https://developers.coinbase.com/api/v2#create-address

If all else fails, you'll want to get in contact with Coinbase's technical support api@coinbase.com. Feel free to re-open the issue if you find something wrong with the source code in this repository.

Thanks,
Brian

🍂 🍃 Distance - Falling (ft Alys Be)*

Thank's for support. But it don't use.