Skip to content

Commit

Permalink
Merge pull request #14 from nathanramoscfa/dev
Browse files Browse the repository at this point in the history
Edit README.md
  • Loading branch information
nathanramoscfa authored Mar 6, 2024
2 parents 598a87a + cb2ced0 commit d6f940d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,18 +113,18 @@ Output:
CoinGecko offers various [API plans](https://www.coingecko.com/en/api/pricing) tailored to different user needs. Below
is a summary table of the key features of each plan:

| Plan | Monthly Price | Annual Price (Monthly) | Rate Limit/Min | Call Credits (Monthly |
|-------------|----------------|------------------------|----------------|-----------------------|
| Demo (Beta) | Free | Free | 10-30 | 10K |
| Analyst | $129 | $103 | 500 | 500K |
| Lite | $499 | $399 | 500 | 2M |
| Pro | $999 | $799 | 1000 | 5M |
| Enterprise | Custom Pricing | Custom Pricing | Custom | Custom |
| Plan | Monthly Price | Annual Price (Monthly) | Rate Limit/Min | Call Credits (Monthly |
|------------|----------------|------------------------|----------------|-----------------------|
| Demo | Free | Free | 10-30 | 10K |
| Analyst | $129 | $103 | 500 | 500K |
| Lite | $499 | $399 | 500 | 2M |
| Pro | $999 | $799 | 1000 | 5M |
| Enterprise | Custom Pricing | Custom Pricing | Custom | Custom |

## Quick Start
To initialize the `pycgapi` client, simply run the following code based on your API plan:

**Demo (Beta) API:**
**Demo API:**

```python
from pycgapi import CoinGeckoAPI
Expand Down
4 changes: 2 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ is a summary table of the key features of each plan:
+-------------+----------------+------------------------+----------------+-----------------------+
| Plan | Monthly Price | Annual Price (Monthly) | Rate Limit/Min | Call Credits (Monthly)|
+=============+================+========================+================+=======================+
| Demo (Beta) | Free | Free | 10-30 | 10K |
| Demo | Free | Free | 10-30 | 10K |
+-------------+----------------+------------------------+----------------+-----------------------+
| Analyst | $129 | $103 | 500 | 500K |
+-------------+----------------+------------------------+----------------+-----------------------+
Expand All @@ -143,7 +143,7 @@ Quick Start

To initialize the ``pycgapi`` client, simply run the following code based on your API plan:

**Demo (Beta) API:**
**Demo API:**

.. code-block:: python
Expand Down

0 comments on commit d6f940d

Please sign in to comment.