Coinbase icon indicating copy to clipboard operation
Coinbase copied to clipboard

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

Results 8 Coinbase issues
Sort by recently updated
recently updated
newest added

The request money is not working. I tried this: ``` > var accounts = await client.Transactions.RequestMoneyAsync(accountId, new RequestMoney > { > To = email, > Type = "request", > Amount...

bug

**Context** What are you trying to do and how would you want to do it differently? Is it something you currently you cannot do? Is this related to an issue/problem?...

We should Add validations for certain things such as creating transactions. When creating transactions amounts should be fixed at 8 decimal places, etc

We should add support for Expand, which allows you to expanding the response data. This will help api's create less latency when making requests. e.g Say you want to obtain...

I was trying to integrate refresh tokens when I came across some issues. The Architecture changes I'm going to propose should probably be for the next version v6 and not...

Removed the following endpoints, as they are totally offline (calling them gives a `HTTP 410 Gone` response: - `Buys` - `Sells` - `Users` and their associated unit tests. Update the...

Looks like the advanced trading api is now up and running. Any plans to convert over or make a different api?

@bchavez **Context** What are you trying to do and how would you want to do it differently? Is it something you currently you cannot do? Is this related to an...