Crypto API
crypto.com
Cryptocurrency prices, market cap, 24h changes, historical charts, and crypto news from Crypto.com.
- Actions
- 7
- Category
- Finance
- Login
- Not required
- Output
- JSON
Call the Crypto API
Submit a task, then poll the job until it settles. This example runs act_crypto_com_coin_primary_exchange_pair.
curl -X POST https://api.anakin.io/v1/wire/task \
-H "X-API-Key: $ANAKIN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"action_id": "act_crypto_com_coin_primary_exchange_pair",
"params": {
"coin_slug": "chainlink"
}
}'7 actions on crypto.com
Read
Coin Primary Exchange Pair
act_crypto_com_coin_primary_exchange_pairread1 credit / callReturns the primary trading pair for a coin, with price, volume, and depth.
- coin_slug
- string · required
Coin Quote Snapshot
act_crypto_com_coin_quote_snapshotread1 credit / callReturns a coin's current quote and recent price spark data.
- coin_slug
- string · required
Coin Social Metrics
act_crypto_com_coin_social_metricsread1 credit / callReturns follower counts and social metrics for Reddit, Twitter, and Telegram for the token.
- coin_slug
- string · required
Coin Statistics Bundle
act_crypto_com_coin_statistics_bundleread1 credit / callReturns rolling high/low price statistics for a coin across multiple time periods.
- coin_slug
- string · required
- convert
- string
Coin Trading Market Pairs
act_crypto_com_coin_trading_market_pairsread1 credit / callReturns exchange market-pair listings showing where the token trades across venues.
- coin_slug
- string · required
Token Rank Listing Page
act_crypto_com_token_rank_listing_pageread1 credit / callReturns a ranked list of coins by market rank.
Token Rank Spark Page
act_crypto_com_token_rank_spark_pageread2 credits / callReturns a paginated, sortable list of tokens with price, market cap, and spark data.
- page
- integer · required
- page_size
- integer · required
- sort_field
- string
- sort_direction
- string
Crypto API questions
- Is there an API for Crypto?
- Crypto does not offer a public data API for this, but Anakin Wire provides 7 maintained endpoints for crypto.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
- How do I scrape Crypto data?
- POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when crypto.com changes its markup, Anakin updates the action.
- Do I need a Crypto account?
- No. Every Crypto action listed here runs anonymously — no account and no credentials required.
- What does the Crypto API cost?
- Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.
More Finance APIs
AAII (American Association of Individual Investors)
Individual investors association - stock screener, sentiment surveys, ETF data, and research.
Affirm
Affirm partner directory - store listings, merchant guides, and merchant detail APIs.
Alphavantage.Co
Alpha Vantage public market data APIs for stock quotes, intraday and daily time series, fundamentals, FX, crypto, and technical indicators.
AnnualReports
Public-company profiles and annual reports - by exchange or industry, with filing links.
Artemis
Blockchain metrics dashboards - chain comparisons, active-user trends, and price time-series.
Asian Development Bank
Asian Development Bank data portal - publications, project documents, economic indicators, and financing datasets.