Finance
Crypto logo

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 / call

    Returns 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 / call

    Returns a coin's current quote and recent price spark data.

    coin_slug
    string · required
  • Coin Social Metrics

    act_crypto_com_coin_social_metricsread1 credit / call

    Returns 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 / call

    Returns 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 / call

    Returns 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 / call

    Returns a ranked list of coins by market rank.

  • Token Rank Spark Page

    act_crypto_com_token_rank_spark_pageread2 credits / call

    Returns 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

All Finance sites