Skip to content

Octagon Crypto Agent

Model Name: octagon-crypto-agent

Specialized agent for cryptocurrency market data and analysis, providing comprehensive insights into digital asset prices, trading volumes, market trends, and crypto-related news across global exchanges.

Capabilities

  • Retrieve comprehensive lists of all cryptocurrencies traded on global exchanges
  • Access historical end-of-day price data for any cryptocurrency pair
  • Get real-time quotes and live price snapshots for digital assets
  • Fetch batch quotes for multiple cryptocurrencies simultaneously
  • Search and analyze cryptocurrency-related news articles
  • Track trading volumes and market capitalization data
  • Monitor price movements and technical indicators

Use Cases

The Crypto Agent is best for:

  • Tracking cryptocurrency price movements and historical trends
  • Analyzing digital asset market performance across different time periods
  • Monitoring real-time crypto market data for trading decisions
  • Researching cryptocurrency news and market sentiment
  • Comparing performance across multiple digital assets
  • Building cryptocurrency portfolios and tracking investments
  • Conducting technical analysis on crypto price charts

Example Queries

Get Cryptocurrency List

Retrieve a comprehensive list of all cryptocurrencies traded on global exchanges.

@octagon-crypto-agent Retrieve a comprehensive list of all cryptocurrencies traded on global exchanges.

Get Historical Crypto Full Chart

Retrieve historical end-of-day price data for BTCUSD from 2020-01-01 to 2024-12-31.

@octagon-crypto-agent Retrieve historical end-of-day price data for BTCUSD from 2020-01-01 to 2024-12-31.

Get Crypto Quote

Retrieve the real-time quote for ETHUSD.

@octagon-crypto-agent Retrieve the real-time quote for ETHUSD.

Get Batch Crypto Quotes (Short)

Retrieve a short live price snapshot for many cryptocurrencies.

@octagon-crypto-agent Retrieve a short live price snapshot for many cryptocurrencies.

Search Crypto News

Search news articles for BTCUSD, ETHUSD from 2025-01-01 to 2025-06-13, limited to 20 results on page 0.

@octagon-crypto-agent Search news articles for BTCUSD, ETHUSD from 2025-01-01 to 2025-06-13, limited to 20 results on page 0.

Code Examples

Python
response = client.responses.create(
    model="octagon-crypto-agent",
    input="Retrieve historical end-of-day price data for BTCUSD from 2020-01-01 to 2024-12-31."
)
JavaScript
const response = await client.responses.create({
  model: "octagon-crypto-agent",
  input: "Retrieve the real-time quote for ETHUSD."
});
cURL
curl -X POST https://api-gateway.octagonagents.com/v1/responses \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer your-octagon-api-key" \
  -d '{
    "model": "octagon-crypto-agent",
    "input": "Search news articles for BTCUSD, ETHUSD from 2025-01-01 to 2025-06-13, limited to 20 results on page 0.",
    "stream": true
  }' \
  --no-buffer

How to Create Effective Prompts for Crypto Market Analysis

When querying cryptocurrency market data, consider these strategies:

  1. Specify the cryptocurrency pair: Use standard trading pairs like BTCUSD, ETHUSD, or ADABTC.
    • Example: "Retrieve the real-time quote for SOLUSD."
  2. Define time periods clearly: Use specific date ranges for historical data requests.
    • Example: "Get historical price data for BTCUSD from 2023-01-01 to 2023-12-31."
  3. Request multiple assets for comparison: Ask for batch data to compare performance.
    • Example: "Get live price snapshots for BTC, ETH, ADA, SOL, and MATIC."
  4. Include specific data points: Specify what metrics you need (price, volume, market cap).
    • Example: "Get daily trading volume and market cap for ETHUSD over the last 30 days."
  5. Filter news by relevance: Use date ranges and keywords for targeted news searches.
    • Example: "Search for Bitcoin news articles from the last 7 days related to regulatory developments."

Cryptocurrency Data Fields

FieldDescription
SymbolCryptocurrency trading pair symbol (e.g., BTCUSD, ETHUSD).
NameFull name of the cryptocurrency (e.g., Bitcoin, Ethereum).
PriceCurrent or historical price in the specified currency.
VolumeTrading volume over a specific period (e.g., 24h volume).
Market CapTotal market capitalization of the cryptocurrency.
Change (24h)Price change percentage over the last 24 hours.
High/Low (24h)Highest and lowest prices in the last 24 hours.
Circulating SupplyNumber of coins currently in circulation.
Total SupplyTotal number of coins that will ever exist.
RankMarket capitalization ranking among all cryptocurrencies.
Last UpdatedTimestamp of the last data update.

Historical Price Data Fields

FieldDescription
DateDate of the price data point (YYYY-MM-DD format).
OpenOpening price at the start of the trading period.
HighHighest price during the trading period.
LowLowest price during the trading period.
CloseClosing price at the end of the trading period.
VolumeTotal trading volume during the period.
Adjusted CloseClosing price adjusted for any corporate actions.
Price ChangeAbsolute price change from the previous period.
Percentage ChangePercentage price change from the previous period.

Crypto News Data Fields

FieldDescription
TitleHeadline of the news article.
SourceNews publication or website (e.g., CoinDesk, CryptoSlate).
Published DateDate and time when the article was published.
SummaryBrief summary or excerpt from the article.
URLDirect link to the full news article.
SentimentArticle sentiment analysis (positive, negative, neutral).
KeywordsRelevant keywords or cryptocurrency symbols mentioned.
CategoryNews category (e.g., regulation, technology, market analysis).
AuthorArticle author or journalist name.
Related CryptosCryptocurrencies mentioned or discussed in the article.