# Coinranking AI integration on Definable

> Coinranking provides a comprehensive API for accessing cryptocurrency market data, including coin prices, market caps, and historical data.

## What this connects

Coinranking provides a comprehensive API for accessing cryptocurrency market data, including coin prices, market caps, and historical data.

Vendor: https://coinranking.com/

## Tools available

**14** tools available. First 12:

- `COINRANKING_GET_COIN_DETAILS` — Get Coin Details — Retrieve comprehensive details for a specific cryptocurrency including current price, market cap, supply metrics, description, social links, sparkline data, and historical performance. Use when you need in-depth information about a specific coin beyond basic list data.
- `COINRANKING_GET_COIN_FIAT_PRICES` — Get Coin Fiat Prices — Tool to retrieve the current price of a cryptocurrency in all available fiat currencies including USD, EUR, GBP, and more. Use when you need to see how much a coin is worth across multiple fiat currencies simultaneously. Note: This endpoint requires a Professional plan or higher.
- `COINRANKING_GET_COIN_HISTORY` — Get Coin History — Tool to retrieve historical price data for a specific coin over a time period. Use when you need to analyze past performance of a coin; call after confirming its UUID.
- `COINRANKING_GET_COIN_PRICE` — Get Coin Price — Tool to retrieve the current price or historical price at a specific timestamp for a cryptocurrency coin. Use when you need to get the current valuation of a coin or look up its price at a historical point in time.
- `COINRANKING_GET_COIN_PRICE_HISTORY` — Get Coin Price History — Tool to retrieve historical price data points for a specific coin over selectable time periods. Use when you need price history for charting, backtesting, or trend analysis. Call after confirming the coin's UUID.
- `COINRANKING_GET_COINS` — Get Coins — Retrieve a comprehensive list of cryptocurrency coins with detailed market data including prices, market caps, rankings, and price history. Supports filtering by search terms, quality tiers, and sorting by various metrics like market cap, price, or volume. Ideal for: - Getting top cryptocurrencies by market cap - Searching for specific coins by name or symbol - Filtering high-quality coins (tier 1) - Analyzing price changes over different time periods - Paginating through large result sets Returns detailed coin information including current price, market cap, 24h volume, price change percentages, sparkline data, and all-time high values. Note: numeric fields in responses (price, marketCap, 24hVolume) are returned as strings — cast to numeric types before arithmetic or comparisons.
- `COINRANKING_GET_COIN_TRADING_VOLUME_HISTORY` — Get Coin Trading Volume History — Tool to retrieve historical trading volume data for a specific coin to build volume charts and analyze liquidity trends. Use when you need to analyze trading volume patterns over time; requires a professional plan.
- `COINRANKING_GET_REFERENCE_CURRENCIES` — Get Reference Currencies — Retrieve a comprehensive list of reference currencies including cryptocurrencies, fiat currencies (USD, EUR, etc.), denominators (Satoshi, Wei), and assets (Gold, Silver). Use this to get available currencies for price conversions, with support for filtering by type, searching by name/symbol, and pagination.
- `COINRANKING_GET_STATS` — Get Global Crypto Market Stats — Tool to retrieve global cryptocurrency market statistics. Use when you need an overview of the entire crypto market.
- `COINRANKING_GET_STATS_COINS` — Get Stats for Selected Coins — Tool to retrieve aggregate statistics for a selection of coins. Use when you need to calculate combined metrics for custom baskets, watchlists, or index products including market cap, trading volume, price changes, and dominance.
- `COINRANKING_GET_TAG_DETAILS` — Get Tag Details — Get detailed information about a specific cryptocurrency tag including market metrics, volume, associated coin count, and dominance data. Use when you need comprehensive information about a tag category (e.g., DeFi, NFT, Stablecoins) including its market performance and statistics.
- `COINRANKING_GET_TAGS` — Get Tags — Get all available cryptocurrency tags/categories from Coinranking. Tags are used to categorize cryptocurrencies (e.g., DeFi, NFT, Stablecoins, Meme coins, etc.). This endpoint returns comprehensive information about each tag including market metrics, number of coins, and descriptive information. Tags can be used to filter coins in other endpoints. No parameters required - returns all available tags with their current statistics.

## Auth

Auth schemes: `API_KEY`.

## How agents use Coinranking

Inside a Definable workflow, Coinranking is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Coinranking** — the Researcher (GPT-5.5) pulls context from Coinranking (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Coinranking** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Coinranking (create record, post message, draft email).
- **Designer / Engineer → Distributor → Coinranking** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Coinranking (attach file, open PR comment, post status).

The Verifier checks every Coinranking call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- analytics — https://definable.ai/apps/category/analytics/

## Related

- HTML page: https://definable.ai/apps/coinranking/
- Same category (analytics): https://definable.ai/apps/category/analytics/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
