logo of Crypto News on the GPT Store

Crypto News on the GPT Store

Use Crypto News on ChatGPT Use Crypto News on 302.AI

Introduction to Crypto News

Crypto News is a cutting-edge AI-powered bot that delivers up-to-the-minute cryptocurrency insights and news straight to your fingertips. Leveraging advanced GPT technology, this intelligent tool keeps you informed about the ever-evolving world of digital currencies.

With Crypto News, you can easily access real-time information on cryptocurrency prices, market trends, and breaking news. Whether you're curious about the current value of Ethereum, the latest surge in a particular cryptocurrency, or the most recent developments in the crypto space, this bot has you covered.

Designed for crypto enthusiasts, investors, and anyone interested in staying ahead of the curve, Crypto News provides a user-friendly interface and a wealth of valuable information. By delivering concise, relevant, and timely updates, this AI-driven tool empowers you to make informed decisions and stay on top of the dynamic cryptocurrency landscape.

GPT Description

I provide real-time cryptocurrency insights and news.

Welcome Message

Welcome to Crypto News!

GPT Prompt Starters

  • How much is Ethereum worth now?
  • Which cryptocurrency has surged the most recently?
  • What's the latest in crypto news?

GPT Action OpenAPI Spec

{
  "openapi": "3.0.0",
  "info": {
    "title": "Crypto News",
    "description": "Plugin for get Crypto Coin's id and price / news; first use coint list to get coin's id; second use coin's id to get coin's price",
    "version": "1.0.0"
  },
  "servers": [
    {
      "url": "https://crypto-news.replit.app"
    }
  ],
  "paths": {
    "/coinList": {
      "get": {
        "operationId": "getCoinsId",
        "summary": "Retrieve the Crypto coin ids,that can fill in coinData's requestBody coinIds, if the id is not e.g bitcoin,ethereum,tether,binance-coin,usd-coin,ripple,cardano,lido-staked-ether,dogecoin,polygon,solana,litecoin,polkadot; first use /coinList to get the coin's id, then to get price",
        "responses": {
          "200": {
            "description": "A list of Crypto coin ids, get the id  and can fill in coinData requestBody and coinIds property",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "price": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "usd": {
                              "type": "number",
                              "example": 29069.667924322366
                            }
                          }
                        },
                        "description": "the coin latest price"
                      },
                      "id": {
                        "type": "string",
                        "example": "bitcoin",
                        "description": "The id that can fill in coinData's requestBody coinIds"
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "/coinPrice": {
      "post": {
        "operationId": "getCoinsPrice",
        "summary": "Retrieve the Crypto coins market price, if the id is not e.g bitcoin,ethereum,tether,binance-coin,usd-coin,ripple,cardano,lido-staked-ether,dogecoin,polygon,solana,litecoin,polkadot; first use /coinList to get the coin's id, then to get price",
        "requestBody": {
          "description": "id of coin, e.g. bitcoin,ethereum",
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "coinId": {
                    "type": "string",
                    "description": "id of coin, if the id is not e.g bitcoin,ethereum,tether,binance-coin,usd-coin,ripple,cardano,lido-staked-ether,dogecoin,polygon,solana,litecoin,polkadot; first use /coinList to get the coin's id"
                  }
                }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "A Crypto coins's price, and currency is usd, include price_latest、price_change_percentage_24h、market_cap、vol_spot_24h, market_cap, ath, ath_date ...",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "string",
                      "example": "bitcoin"
                    },
                    "name": {
                      "type": "string",
                      "example": "Bitcoin"
                    },
                    "market_data": {
                      "type": "object",
                      "properties": {
                        "max_supply": {
                          "type": "integer"
                        },
                        "circulating_supply": {
                          "type": "number",
                          "format": "double"
                        },
                        "circulating_supply_percentage": {
                          "type": "number",
                          "format": "double"
                        },
                        "price": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "currency": {
                                "type": "string"
                              },
                              "price_latest": {
                                "type": "number",
                                "format": "double"
                              },
                              "market_cap": {
                                "type": "number",
                                "format": "double"
                              },
                              "fully_diluted_valuation": {
                                "type": "number",
                                "format": "double"
                              },
                              "price_change_24h": {
                                "type": "number",
                                "format": "double"
                              },
                              "price_change_percentage_24h": {
                                "type": "number",
                                "format": "double"
                              },
                              "price_change_percentage_1h": {
                                "type": "number",
                                "format": "double"
                              },
                              "price_change_percentage_7d": {
                                "type": "number",
                                "format": "double"
                              },
                              "price_change_percentage_30d": {
                                "type": "number",
                                "format": "double"
                              },
                              "price_change_percentage_90d": {
                                "type": "number",
                                "format": "double"
                              },
                              "price_change_percentage_180d": {
                                "type": "number",
                                "format": "double"
                              },
                              "high_24h": {
                                "type": "number",
                                "format": "double"
                              },
                              "low_24h": {
                                "type": "number",
                                "format": "double"
                              },
                              "high_7d": {
                                "type": "number",
                                "format": "double"
                              },
                              "low_7d": {
                                "type": "number",
                                "format": "double"
                              },
                              "ath": {
                                "type": "number",
                                "format": "double"
                              },
                              "ath_date": {
                                "type": "number"
                              },
                              "atl": {
                                "type": "number",
                                "format": "double"
                              },
                              "atl_date": {
                                "type": "number"
                              },
                              "vol_spot_24h": {
                                "type": "number",
                                "format": "double"
                              },
                              "vol_spot_change_24h": {
                                "type": "number",
                                "format": "double"
                              },
                              "vol_spot_change_percentage_24h": {
                                "type": "number",
                                "format": "double"
                              },
                              "vol_derivatives_24h": {
                                "type": "number",
                                "format": "double"
                              },
                              "vol_derivatives_change_24h": {
                                "type": "number",
                                "format": "double"
                              },
                              "vol_derivatives_change_percentage_24h": {
                                "type": "number",
                                "format": "double"
                              },
                              "vol_spot_7d": {
                                "type": "number",
                                "format": "double"
                              },
                              "vol_derivatives_7d": {
                                "type": "number",
                                "format": "double"
                              }
                            }
                          }
                        },
                        "tickers": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "pair_type": {
                                "type": "string"
                              },
                              "exchange_name": {
                                "type": "string"
                              },
                              "price_latest": {
                                "type": "number",
                                "format": "double"
                              },
                              "price_change_percentage_24h": {
                                "type": "number",
                                "format": "double"
                              },
                              "vol_24h": {
                                "type": "number",
                                "format": "double"
                              },
                              "vol_change_percentage_24h": {
                                "type": "number",
                                "format": "double"
                              },
                              "liquidity_score": {
                                "type": "number"
                              },
                              "last_traded_at": {
                                "type": "number"
                              }
                            }
                          }
                        }
                      }
                    },
                    "advertisement": {
                      "type": "string",
                      "description": "Advertisement"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "/coinNews": {
      "get": {
        "operationId": "getCryptoNews",
        "summary": "Retrieve the latest Crypto News",
        "responses": {
          "200": {
            "description": "A list of Crypto Coin and Market latest News",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "news_list": {
                      "type": "array",
                      "description": "A list of Crypto Coin and Market latest News",
                      "items": {
                        "type": "object",
                        "properties": {
                          "title": {
                            "type": "string",
                            "description": "new's title"
                          },
                          "url": {
                            "type": "string",
                            "description": "new's url, user can click jump to read the news"
                          }
                        }
                      }
                    },
                    "advertisement": {
                      "type": "string",
                      "description": "Advertisement"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}
Use Crypto News on 302.AI

Crypto News GPT FAQs

Currently, access to this GPT requires a ChatGPT Plus subscription.
Visit the largest GPT directory GPTsHunter.com, search to find the current GPT: "Crypto News", click the button on the GPT detail page to navigate to the GPT Store. Follow the instructions to enter your detailed question and wait for the GPT to return an answer. Enjoy!
We are currently calculating its ranking on the GPT Store. Please check back later for updates.

Best Alternative GPTs to Crypto News on GPTs Store

Crypto News Assistant

I provide the latest crypto news.

1K+

Crypto News Writer

Crafting engaging, easy-to-read crypto/Web3 articles in Justin Welsh's style.

1K+

Crypto V2

Crypto News Realtime: Insights & Trends Unveiled. Explore the crypto universe with precise analysis.

1K+

Crypto News Bot

Brought to you by, Pulse Digital Marketing!

100+

Crypto News Specialist

Up-to-date crypto insights, market news, analyses, with source links for deep dives.

100+

Crypto Scout

Crypto news gatherer and token scout

100+

Crypto News Browser

Summarizes recent cryptocurrency news and live market data.

100+

Block

Crypto news and insights

70+

Crypto News Images

Create trendy crypto news images

60+

Crypto News Tracker

Delivers crisp crypto news, images, video & tweet content.

50+

Crypto News Explorer

After analyzing Bitcoin and market trends, provide the latest news in the user's country-specific language

40+

Crypto News

The latest crypto news from across the decentralized web3 world | For Education Purposes Only

30+

Crypto Pulse

Crypto news analyst and trend watcher

30+

Crypto News Bot

Real-time crypto news updates.

30+

Crypto News

Crypto market news analyzer, summarizer, and categorizer.

20+

Crypto News

Your go-to source for cryptocurrency news and insights.

20+

Crypto Cause Effect Assistant

Crypto news analyst for cause-effect analysis.

20+

Crypto -stocks news search and summarizer

Crypto -stocks news search and summarizer

10+

Crypto news provider and market analyser

Collecting all the news from a specific date of your choice to better overview the news surrounding crypto.

10+

Crypto News Assistant

加密貨幣新聞專家,使用繁體中文

10+