summaryrefslogtreecommitdiffstats
path: root/website/content/sdk/reference/crypto/disc/coin_list.md
diff options
context:
space:
mode:
Diffstat (limited to 'website/content/sdk/reference/crypto/disc/coin_list.md')
-rw-r--r--website/content/sdk/reference/crypto/disc/coin_list.md39
1 files changed, 0 insertions, 39 deletions
diff --git a/website/content/sdk/reference/crypto/disc/coin_list.md b/website/content/sdk/reference/crypto/disc/coin_list.md
deleted file mode 100644
index 23e45547874..00000000000
--- a/website/content/sdk/reference/crypto/disc/coin_list.md
+++ /dev/null
@@ -1,39 +0,0 @@
----
-title: coin_list
-description: Technical documentation on how to get a list of coins available on CoinGecko
- using the OpenBBTerminal. It includes parameters and returns in form of a pd.DataFrame.
-keywords:
-- Coin List
-- CoinGecko
-- Source Code
-- Cryptocurrency
-- Discovery
-- pycoingecko_model
----
-
-import HeadTitle from '@site/src/components/General/HeadTitle.tsx';
-
-<HeadTitle title="crypto.disc.coin_list - Reference | OpenBB SDK Docs" />
-
-Get list of coins available on CoinGecko [Source: CoinGecko]
-
-Source Code: [[link](https://github.com/OpenBB-finance/OpenBBTerminal/tree/main/openbb_terminal/cryptocurrency/discovery/pycoingecko_model.py#L339)]
-
-```python
-openbb.crypto.disc.coin_list()
-```
-
----
-
-## Parameters
-
-This function does not take any parameters.
-
----
-
-## Returns
-
-| Type | Description |
-| ---- | ----------- |
-| pd.DataFrame | Coins available on CoinGecko<br/>Columns: id, symbol, name |
----