Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ShadovvBeast/CoinCapPlugin
ChatGPT Plugin to enable access to CoinCap for crypto market information
https://github.com/ShadovvBeast/CoinCapPlugin
Last synced: about 2 months ago
JSON representation
ChatGPT Plugin to enable access to CoinCap for crypto market information
- Host: GitHub
- URL: https://github.com/ShadovvBeast/CoinCapPlugin
- Owner: ShadovvBeast
- License: mit
- Created: 2023-04-08T14:09:07.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-04-08T14:11:47.000Z (over 1 year ago)
- Last Synced: 2024-08-01T22:40:09.115Z (5 months ago)
- Language: HTML
- Size: 11.7 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-opensource-israel - CoinCapPlugin - ChatGPT Plugin that enables the model to access CoinCap to get crypto market info ![GitHub last commit](https://img.shields.io/github/last-commit/ShadovvBeast/CoinCapPlugin?style=flat-square) ![GitHub top language](https://img.shields.io/github/languages/top/ShadovvBeast/CoinCapPlugin?style=flat-square) (Projects by main language / javascript)
README
# CoinCap API Plugin for ChatGPT
The CoinCap API Plugin is a plugin for ChatGPT that allows the language model to retrieve cryptocurrency information from the CoinCap API. The plugin provides two endpoints: one for retrieving a list of cryptocurrencies and another for retrieving information about a specific cryptocurrency.
## Features
- Retrieve a list of cryptocurrencies from the CoinCap API.
- Retrieve information about a specific cryptocurrency based on its ID.## Usage within ChatGPT
ChatGPT can use this plugin to access cryptocurrency information from the CoinCap API. The plugin provides two main operations:
- `listAssets`: Retrieve a list of cryptocurrencies.
- `getAssetById`: Retrieve information about a specific cryptocurrency based on its ID.## Example Usage
- Retrieve a list of cryptocurrencies:
`plugin: coincap.listAssets()`- Retrieve information about Bitcoin:
`plugin: coincap.getAssetById({ id: 'bitcoin' })`## License
This project is open-source software released under the MIT License.
## Contact
For any questions or concerns regarding the CoinCap API Plugin, please contact us at [email protected].