Skip to content

Commit 64a9c1c

Browse files
authored
Update README.md
1 parent 922f880 commit 64a9c1c

File tree

1 file changed

+80
-6
lines changed

1 file changed

+80
-6
lines changed

README.md

Lines changed: 80 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ A .Net wrapper for the CoinGecko Api as described on [API documentation](https:
88

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

11-
12-
## Donations
13-
Donations are greatly appreciated and a motivation to keep improving.
14-
15-
**BTC**: 1Czb4Z4Xj2rmvpN8YuNMc6dr7XNFuYQF5J
16-
1711
## Installation
1812

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

2418
## Examples
2519
Examples can be found in the Test project.
20+
21+
## Available endpoint
22+
23+
[Refer to CoinGecko official API](https://www.coingecko.com/api)
24+
25+
| Ping Endpoints | Status | Testing |
26+
| :-----------------------------: | :----: | :-----: |
27+
| /ping | [+] | [+] |
28+
| /simple/price | [+] | [+] |
29+
| /simple/token_price/{id} | [+] | [+] |
30+
| /simple/supported_vs_currencies | [+] | [+] |
31+
32+
| Coins Endpoints | Status | Testing |
33+
| :-----------------------------: | :----: | :-----: |
34+
| /coins/list | [+] | [+] |
35+
| /coins/market | [+] | [+] |
36+
| /coins/{id} | [+] | [+] |
37+
| /coins/{id}/tickers | [+] | [+] |
38+
| /coins/{id}/history | [+] | [+] |
39+
| /coins/{id}/market_chart | [+] | [+] |
40+
| /coins/{id}/market_chart/range | [-] | [-] |
41+
| /coins/{id}/status_updates | [-] | [-] |
42+
| /coins/{id}/ohlc | [-] | [-] |
43+
44+
| Contact Endpoints | Status | Testing |
45+
| :-----------------------------: | :----: | :-----: |
46+
| /coins/{id}/contract/{contract_address} | [+] | [+] |
47+
| /coins/{id}/contract/{contract_address}/market_chart/ | [+] | [+] |
48+
| /coins/{id}/contract/{contract_address}/market_chart/range | [+] | [+] |
49+
50+
| Exchanges Endpoints | Status | Testing |
51+
| :-----------------------------: | :----: | :-----: |
52+
| /exchanges | [+] | [+] |
53+
| /exchanges/list | [+] | [+] |
54+
| /exchanges/{id} | [+] | [+] |
55+
| /exchanges/{id}/tickers | [+] | [+] |
56+
| /exchanges/{id}/status_updates | [-] | [-] |
57+
| /exchanges/{id}/volume_chart | [+] | [+] |
58+
59+
| Finance Endpoints | Status | Testing |
60+
| :-----------------------------: | :----: | :-----: |
61+
| /finance_platforms | [+] | [+] |
62+
| /finance_products | [+] | [+] |
63+
64+
| Derivatives Endpoints | Status | Testing |
65+
| :-----------------------------: | :----: | :-----: |
66+
| /derivatives | [+] | [+] |
67+
| /derivatives/exchanges | [+] | [+] |
68+
| /derivatives/exchanges/{id} | [+] | [+] |
69+
| /derivatives/exchanges/list | [+] | [+] |
70+
71+
| Status Updates Endpoints | Status | Testing |
72+
| :-----------------------------: | :----: | :-----: |
73+
| /status_updates | [+] | [+] |
74+
75+
| Events Endpoints | Status | Testing |
76+
| :-----------------------------: | :----: | :-----: |
77+
| /events | [+] | [+] |
78+
| /events/countries | [+] | [+] |
79+
| /events/types | [+] | [+] |
80+
81+
| Exchange Rates Endpoints | Status | Testing |
82+
| :-----------------------------: | :----: | :-----: |
83+
| /exchange_rates | [+] | [+] |
84+
85+
| Trending Endpoints | Status | Testing |
86+
| :-----------------------------: | :----: | :-----: |
87+
| /search/trending | [-] | [-] |
88+
89+
| Global Endpoints | Status | Testing |
90+
| :-----------------------------: | :----: | :-----: |
91+
| /global | [+] | [+] |
92+
| /global/decentralized_finance_defi | [+] | [+] |
93+
94+
95+
## Donations
96+
Donations are greatly appreciated and a motivation to keep improving.
97+
98+
**BTC**: 1Czb4Z4Xj2rmvpN8YuNMc6dr7XNFuYQF5J
99+

0 commit comments

Comments
 (0)