Finance
CryptoSlam logo

CryptoSlam API

cryptoslam.io

NFT market analytics - sales volume rankings, collection stats, and top sales across chains.

Actions
6
Category
Finance
Login
Not required
Output
JSON

Call the CryptoSlam API

Submit a task, then poll the job until it settles. This example runs act_cryptoslam_io_blockchain_catalog.

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_cryptoslam_io_blockchain_catalog",
    "params": {}
  }'

6 actions on cryptoslam.io

Read

  • Blockchain Catalog

    act_cryptoslam_io_blockchain_catalogread1 credit / call

    Returns every supported blockchain with display name, base currency, icon, and explorer links.

  • Blockchain Volume Rankings

    act_cryptoslam_io_blockchain_volume_rankingsread1 credit / call

    Returns blockchains ranked by NFT sales volume with USD totals, unique buyers, and transaction counts.

    time_range
    string · required
  • Collection Header Stats

    act_cryptoslam_io_collection_header_statsread1 credit / call

    Returns header metrics and sales time-series for an NFT collection including sales USD, owners, and transactions.

    collection_slug
    string · required
    time_interval
    string · required
  • Collection Sales Activity

    act_cryptoslam_io_collection_sales_activityread2 credits / call

    Returns recent sales for an NFT collection with token ids, prices, buyer and seller addresses, and timestamps.

    collection_slug
    string · required
    end_date
    string
  • Collection Volume Rankings

    act_cryptoslam_io_collection_volume_rankingsread2 credits / call

    Returns NFT collections ranked by USD volume with buyers, sellers, transactions, owners, and platform.

    offset
    string
    time_range
    string · required
  • Top Individual Sales

    act_cryptoslam_io_top_individual_salesread2 credits / call

    Returns the highest individual NFT sales for a period with prices and buyer and seller wallets.

    limit
    string · required
    offset
    string · required
    time_range
    string · required

CryptoSlam API questions

Is there an API for CryptoSlam?
CryptoSlam does not offer a public data API for this, but Anakin Wire provides 6 maintained endpoints for cryptoslam.io. 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 CryptoSlam 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 cryptoslam.io changes its markup, Anakin updates the action.
Do I need a CryptoSlam account?
No. Every CryptoSlam action listed here runs anonymously — no account and no credentials required.
What does the CryptoSlam 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