Coin Market Cap
- Bundle ID: coin_market_cap
Get the latest information about cryptocurrencies from Coin Market Cap
Requisites
To use Coin Market Cap's services, you need to have the following credential information.
Required Credentials:
- COIN_MARKET_CAP_API_KEY: API Key for authentication. Get it from https://coinmarketcap.com/api/
Plugins
Get historical coin data
Get the historical information about a cryptocurrency
- Plugin ID: coin_market_cap/get_historical_coin_data
Inputs
- interval (Optional): The interval of the historical data. Supported values: yearly, monthly, weekly, daily, hourly, 5m, 15m, 30m, 45m, 1h, 2h, 3h, 4h, 6h, 12h, 1d, 2d, 3d...
- symbol: The symbol of the cryptocurrency. e.g. BTC, ETH, SOL, etc.
- time_end (Optional): The end time of the historical data. Should be in the format of 'YYYY-MM-DD'
- time_start (Optional): The start time of the historical data. Should be in the format of 'YYYY-MM-DD'
Outputs
- result: The historical information about the cryptocurrency in json format
Get latest coin data
Get the latest information about a cryptocurrency
- Plugin ID: coin_market_cap/get_latest_coin_data
Inputs
- symbol: The symbol of the cryptocurrency. e.g. BTC, ETH, SOL, etc.
Outputs
- result: The latest information about the cryptocurrency in json format