tosunthex / CoinGecko

CoinGecko .Net Standard api wrapper
111 stars 46 forks source link

trade_url / TradeUrl property is missing in CoinGecko.Entities.Response.Shared.Ticker #11

Closed jpaarhuis closed 5 years ago

jpaarhuis commented 5 years ago

I'm missing the trade_url property that is available in the public HTTP API. Could you add this property?

Thanks

tosunthex commented 5 years ago

Hi @jpaarhuis

I think trade_url property that you need is in this end point.

https://api.coingecko.com/api/v3/coins/bitcoin

You can find the property under Ticker class

jpaarhuis commented 5 years ago

I saw you just added it in the last commit. Thanks!