View on GitHub → Complete crypto market data for autonomous agents. OneDocumentation Index
Fetch the complete documentation index at: https://aisa.one/docs/llms.txt
Use this file to discover all available pages before exploring further.
AISA_API_KEY unlocks CoinGecko — prices, charts, OHLC candles, on-chain token lookup, exchange tickers, trending coins, and news. Everything an agent needs to research, screen, and track the crypto market.
Install
What can agents do with it?
Price tracking
“Get current BTC and ETH prices in USD and EUR with 24-hour change.”
Historical charts
“Pull bitcoin’s 30-day price chart in USD for my dashboard.”
OHLC candles
“Return the last 7 days of OHLC candles for ethereum.”
On-chain token lookup
“Identify the ERC-20 at address 0xA0b8…eB48 and pull its price.”
Market-cap screening
“Show me the top 25 coins by market cap, ordered descending.”
Exchange research
“List Binance tickers ordered by trust score.”
Core capabilities
- Simple prices — current prices across fiat and crypto currencies, with optional market-cap / 24h-volume / 24h-change includes
- Coin data — full coin profile, lists, historical snapshots, market charts, OHLC candles, tickers
- Contract-based lookup — resolve a token by contract address on a supported platform (Ethereum, BSC, Polygon, etc.) and pull its price or full profile
- Markets & screening — coins by market cap with flexible ordering and pagination
- Categories — category lists and per-category market leaderboards (DeFi, AI, L1s, etc.)
- Exchanges — exchange lists, detailed data, trading pairs, ID mappings
- Trending & news — trending search queries and current crypto news
Quick start
Simple prices
Market-cap screening
Historical chart
OHLC candles
Token lookup by contract address
Exchange tickers
When to use it
- Cryptocurrency price tracking and portfolio analysis
- Token identification via on-chain contract addresses
- Market-cap screening and category breakdowns
- Exchange-level research (trust scores, trading pairs, tickers)
- Current and historical crypto data for reports and dashboards
When not to use it
- Traditional equities data — use MarketPulse instead
- Prediction-market order-book depth — use Prediction Market Data
- On-chain wallet operations (balance lookups, transaction traces) — different specialized tools
Requirements
- Python 3,
curl, POSIX shell AISA_API_KEY(sign up at aisa.one — new accounts start with $2 free credit)- Compatible with agentskills.io-standard harnesses
Endpoint reference
| Endpoint | Method | Purpose |
|---|---|---|
/coingecko/simple/price | GET | Simple price |
/coingecko/simple/supported_vs_currencies | GET | Supported currencies |
/coingecko/simple/token_price/{id} | GET | Coin price by token address |
/coingecko/coins/list | GET | Coins list |
/coingecko/coins/markets | GET | Coins markets |
/coingecko/coins/{id} | GET | Coin data by id |
/coingecko/coins/{id}/history | GET | Coin historical data |
/coingecko/coins/{id}/market_chart | GET | Coin historical chart |
/coingecko/coins/{id}/market_chart/range | GET | Coin market chart range |
/coingecko/coins/{id}/ohlc | GET | Coin OHLC |
/coingecko/coins/{id}/tickers | GET | Coin tickers |
/coingecko/coins/{id}/contract/{contract_address} | GET | Coin data by token address |
/coingecko/coins/{id}/contract/{contract_address}/market_chart | GET | Historical chart by contract |
/coingecko/coins/categories/list | GET | Categories list |
/coingecko/coins/categories | GET | Categories with market data |
/coingecko/exchanges | GET | Exchanges list |
/coingecko/exchanges/list | GET | Exchange id map |
/coingecko/exchanges/{id} | GET | Exchange data by id |
/coingecko/exchanges/{id}/tickers | GET | Exchange tickers |
/coingecko/search/trending | GET | Trending search |
/coingecko/news | GET | Crypto news |
Get started
- Sign up at aisa.one (new accounts start with $2 free credit).
- Generate an API key from the console.
export AISA_API_KEY="your-key"and install the skill:- Start a new session in your agent — the skill loads automatically.
Related
CoinGecko API reference
Every endpoint this skill wraps, with interactive playgrounds.
MarketPulse
Equities counterpart — stocks, financials, filings, macro.
Prediction Market Data
Polymarket and Kalshi for event-probability data.