Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tosunthex authored Mar 14, 2021
1 parent 922f880 commit 64a9c1c
Showing 1 changed file with 80 additions and 6 deletions.
86 changes: 80 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ A .Net wrapper for the CoinGecko Api as described on [API documentation](https:

If you think something is broken, something is missing or have any questions, please open an [Issue](https://github.com/tosunthex/CoinGecko/issues/new)


## Donations
Donations are greatly appreciated and a motivation to keep improving.

**BTC**: 1Czb4Z4Xj2rmvpN8YuNMc6dr7XNFuYQF5J

## Installation

Available on [Nuget](https://www.nuget.org/packages/CoinGeckoAsyncApi/).
Expand All @@ -23,3 +17,83 @@ pm> Install-Package CoinGeckoAsyncApi

## Examples
Examples can be found in the Test project.

## Available endpoint

[Refer to CoinGecko official API](https://www.coingecko.com/api)

| Ping Endpoints | Status | Testing |
| :-----------------------------: | :----: | :-----: |
| /ping | [+] | [+] |
| /simple/price | [+] | [+] |
| /simple/token_price/{id} | [+] | [+] |
| /simple/supported_vs_currencies | [+] | [+] |

| Coins Endpoints | Status | Testing |
| :-----------------------------: | :----: | :-----: |
| /coins/list | [+] | [+] |
| /coins/market | [+] | [+] |
| /coins/{id} | [+] | [+] |
| /coins/{id}/tickers | [+] | [+] |
| /coins/{id}/history | [+] | [+] |
| /coins/{id}/market_chart | [+] | [+] |
| /coins/{id}/market_chart/range | [-] | [-] |
| /coins/{id}/status_updates | [-] | [-] |
| /coins/{id}/ohlc | [-] | [-] |

| Contact Endpoints | Status | Testing |
| :-----------------------------: | :----: | :-----: |
| /coins/{id}/contract/{contract_address} | [+] | [+] |
| /coins/{id}/contract/{contract_address}/market_chart/ | [+] | [+] |
| /coins/{id}/contract/{contract_address}/market_chart/range | [+] | [+] |

| Exchanges Endpoints | Status | Testing |
| :-----------------------------: | :----: | :-----: |
| /exchanges | [+] | [+] |
| /exchanges/list | [+] | [+] |
| /exchanges/{id} | [+] | [+] |
| /exchanges/{id}/tickers | [+] | [+] |
| /exchanges/{id}/status_updates | [-] | [-] |
| /exchanges/{id}/volume_chart | [+] | [+] |

| Finance Endpoints | Status | Testing |
| :-----------------------------: | :----: | :-----: |
| /finance_platforms | [+] | [+] |
| /finance_products | [+] | [+] |

| Derivatives Endpoints | Status | Testing |
| :-----------------------------: | :----: | :-----: |
| /derivatives | [+] | [+] |
| /derivatives/exchanges | [+] | [+] |
| /derivatives/exchanges/{id} | [+] | [+] |
| /derivatives/exchanges/list | [+] | [+] |

| Status Updates Endpoints | Status | Testing |
| :-----------------------------: | :----: | :-----: |
| /status_updates | [+] | [+] |

| Events Endpoints | Status | Testing |
| :-----------------------------: | :----: | :-----: |
| /events | [+] | [+] |
| /events/countries | [+] | [+] |
| /events/types | [+] | [+] |

| Exchange Rates Endpoints | Status | Testing |
| :-----------------------------: | :----: | :-----: |
| /exchange_rates | [+] | [+] |

| Trending Endpoints | Status | Testing |
| :-----------------------------: | :----: | :-----: |
| /search/trending | [-] | [-] |

| Global Endpoints | Status | Testing |
| :-----------------------------: | :----: | :-----: |
| /global | [+] | [+] |
| /global/decentralized_finance_defi | [+] | [+] |


## Donations
Donations are greatly appreciated and a motivation to keep improving.

**BTC**: 1Czb4Z4Xj2rmvpN8YuNMc6dr7XNFuYQF5J

0 comments on commit 64a9c1c

Please sign in to comment.