get_crypto_asset_info
Get real-time market information for ANY cryptocurrency from CoinGecko API.
Parameters:
- coingeckoId (required, string): CoinGecko coin ID (e.g., "bitcoin", "ethereum", "solana", "hyperliquid", "ethena", "binancecoin"). Works dynamically with any valid CoinGecko ID!
- ticker (optional, string): Display ticker symbol (e.g., "BTC", "SOL"). Defaults to coin's API symbol.
If you cannot find the id, you can use another tool called search_coins to find coingecko ids before using this tool.
Returns formatted stats: price, 24h change/range/volume, market cap, ATH. Fast (<1s).
get_market_data
The purpose of this tool is to get data market from database
get_fng_rhodl_oi_vwfr
The purpose of this tool is to generate information about FnG, RHODL, OI, AND VWFR of the token.
Parameters:
1. ticker could be either BTC, ETH, HYPE, SOL, BNB, ENA and ASTER
2. requestedAsset could be either bitcoin, ether, hyperliquid, solana, bnbcoin, ethena and aster
3. exchange could be either Binance and Bybit
The process might take a few minutes, so please be patient until the tool gives a response.
search_coins
Search for cryptocurrencies by name or symbol to find their CoinGecko ID.
Parameters:
- search (optional, string): Search query to filter coins by name or symbol (e.g., "bitcoin", "btc", "ethereum")
- include_platform (optional, boolean): Include platform information for each coin (default: false)
- limit (optional, number): Maximum number of results to return (default: 10, max: 100)
This is useful when you need to find the exact CoinGecko ID before using get_crypto_asset_info tool.
generate_article
The purpose of this tool is to generate an article about the current state of the specific token
you need to run tool generate_fng_oi_vwfr_rhodl, get_crypto_asset_info, generate_etf_flow and generate_ffr to get their outputs as being used as parameters for this tool
Parameters:
1. requestedAsset: name of the token e.g., bitcoin, ethereum etc.
2. ticker: the symbol of the token e.g., BTC, ETH etc.
3. assetInfo: the output from get_crypto_asset_info tool.
4. etfOutput: the output from generate_etf_flow tool
5. ffrOutput: the output from generate_ffr tool
6. fng: the output from generate_fng_oi_vwfr_rhodl tool
7. oi_vwfr: the output from generate_fng_oi_vwfr_rhodl tool
8. rhodl: the output from generate_fng_oi_vwfr_rhodl tool
The process may take a long time, so please do not submit additional requests for this tool while it is still processing.
generate_etf_flow
The purpose of this tool is to generate an analysis ETF Flow for the requested asset.
Parameters:
1. ticker could be either BTC, ETH, HYPE, SOL, BNB, ENA and ASTER
2. requestedAsset could be either bitcoin, ether, hyperliquid, solana, bnbcoin, ethena and aster
The process may take a long time, so please do not submit additional requests for this tool while it is still processing.