Appearance
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:
- Specify the cryptocurrency pair: Use standard trading pairs like BTCUSD, ETHUSD, or ADABTC.
- Example: "Retrieve the real-time quote for SOLUSD."
- 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."
- Request multiple assets for comparison: Ask for batch data to compare performance.
- Example: "Get live price snapshots for BTC, ETH, ADA, SOL, and MATIC."
- 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."
- 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
Field | Description |
---|---|
Symbol | Cryptocurrency trading pair symbol (e.g., BTCUSD, ETHUSD). |
Name | Full name of the cryptocurrency (e.g., Bitcoin, Ethereum). |
Price | Current or historical price in the specified currency. |
Volume | Trading volume over a specific period (e.g., 24h volume). |
Market Cap | Total 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 Supply | Number of coins currently in circulation. |
Total Supply | Total number of coins that will ever exist. |
Rank | Market capitalization ranking among all cryptocurrencies. |
Last Updated | Timestamp of the last data update. |
Historical Price Data Fields
Field | Description |
---|---|
Date | Date of the price data point (YYYY-MM-DD format). |
Open | Opening price at the start of the trading period. |
High | Highest price during the trading period. |
Low | Lowest price during the trading period. |
Close | Closing price at the end of the trading period. |
Volume | Total trading volume during the period. |
Adjusted Close | Closing price adjusted for any corporate actions. |
Price Change | Absolute price change from the previous period. |
Percentage Change | Percentage price change from the previous period. |
Crypto News Data Fields
Field | Description |
---|---|
Title | Headline of the news article. |
Source | News publication or website (e.g., CoinDesk, CryptoSlate). |
Published Date | Date and time when the article was published. |
Summary | Brief summary or excerpt from the article. |
URL | Direct link to the full news article. |
Sentiment | Article sentiment analysis (positive, negative, neutral). |
Keywords | Relevant keywords or cryptocurrency symbols mentioned. |
Category | News category (e.g., regulation, technology, market analysis). |
Author | Article author or journalist name. |
Related Cryptos | Cryptocurrencies mentioned or discussed in the article. |