dougdellolio / coinbasepro-csharp

The unofficial .NET/C# client library for the Coinbase Pro/GDAX API
MIT License
193 stars 90 forks source link

Getting Historical Price data #272

Closed Markwardtj closed 3 years ago

Markwardtj commented 3 years ago

In the CoinbasePro Api there is a get historic rates endpoint.

https://docs.pro.coinbase.com/#get-historic-rates

Is this implemented?

dougdellolio commented 3 years ago

hi @Markwardtj , yes this is implemented, please take a look here for GetHistoricRatesAsync

https://github.com/dougdellolio/coinbasepro-csharp#products

and here to get started:

https://github.com/dougdellolio/coinbasepro-csharp#how-to-use