bchavez / Coinbase

:moneybag: A .NET/C# implementation of the Coinbase API.
https://developers.coinbase.com/api/v2
MIT License
170 stars 92 forks source link

Create New Address #28

Closed nvkhanh0412 closed 6 years ago

nvkhanh0412 commented 6 years ago

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

bchavez commented 6 years ago

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

:fallen_leaf: :leaves: **Distance - Falling (ft Alys Be)***

nvkhanh0412 commented 6 years ago

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