Discover/cryptoslate.com API
live

cryptoslate.com APIcryptoslate.com

Access real-time crypto rankings, coin details, market overview, company directory, and news from CryptoSlate via 6 structured API endpoints.

Endpoints
6
Updated
14d ago
Try it
Predefined view to filter coins. Accepted values: 'gainers', 'losers', 'volume', 'recent'.
api.parse.bot/scraper/3a4163d1-d299-40d9-b829-bf7de4890e7e/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/3a4163d1-d299-40d9-b829-bf7de4890e7e/get_coin_rankings?view=gainers' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Get real-time cryptocurrency rankings with market data. Returns top 100 coins by default, or filtered by view type.

Input
ParamTypeDescription
viewstringPredefined view to filter coins. Accepted values: 'gainers', 'losers', 'volume', 'recent'.
Response
{
  "type": "object",
  "fields": {
    "coins": "array of coin objects with name, symbol, slug, price, change_24h, change_7d, change_30d, market_cap, volume_24h",
    "total": "integer count of coins returned"
  },
  "sample": {
    "data": {
      "coins": [
        {
          "name": "Bitcoin",
          "slug": "bitcoin",
          "price": "$79,735.88",
          "symbol": "BTC",
          "change_7d": "+4.78%",
          "change_24h": "-2.16%",
          "change_30d": "+16.60%",
          "market_cap": "+12.88%",
          "volume_24h": "$1.6T"
        }
      ],
      "total": 100
    },
    "status": "success"
  }
}

About the cryptoslate.com API

The CryptoSlate API exposes 6 endpoints covering real-time cryptocurrency market data, company directory listings, site-wide search, and news articles. The get_coin_rankings endpoint returns up to 100 coins with price, 24-hour and 7-day change, market cap, and volume, while get_coin_detail adds per-coin team members, a text description, and an external links object — data that typical price-feed APIs omit.

Market Data Endpoints

get_coin_rankings returns an array of coin objects — each with name, symbol, slug, price, change_24h, change_7d, change_30d, market_cap, and volume_24h — for the top 100 coins by default. Pass the optional view parameter with values gainers, losers, volume, or recent to filter the result set to a specific market slice. get_market_overview gives a single-call snapshot of the entire market: total market_cap, volume_24h, btc_dominance, the count of tracked cryptocurrencies, and a top_coins array with current prices and changes.

Coin Detail and Search

get_coin_detail accepts a slug (e.g. bitcoin, ethereum) and returns a richer record than the rankings endpoint: a metrics object with detailed price and percent-change fields, an about description, a links map of labeled external URLs, and a team array of objects with name and role. The search endpoint accepts any keyword or phrase and returns categorized results — coins, companies, people, and news — each with title, url, type, badge, meta, and group fields, plus a total count.

Directory and News

list_companies pages through the CryptoSlate Directory and filters by category slug (e.g. crypto-exchanges, blockchain-analytics), returning company name and slug per page. get_news_articles retrieves paginated article listings — title, slug, and url per article — and accepts an optional category slug such as bitcoin, ethereum, or regulation to scope results to a topic.

Common use cases
  • Build a crypto screener that surfaces top gainers and losers using the view parameter on get_coin_rankings.
  • Populate a coin profile page with team members, project description, and official links from get_coin_detail.
  • Display a live market-summary widget using market_cap, btc_dominance, and volume_24h from get_market_overview.
  • Index the CryptoSlate company directory by vertical to map the blockchain ecosystem using list_companies with category slugs.
  • Drive a unified search bar that returns coins, companies, people, and articles from a single search query.
  • Aggregate crypto news headlines by topic (e.g. regulation, ethereum) using the category filter on get_news_articles.
  • Monitor 30-day price changes across the top 100 coins by reading change_30d from get_coin_rankings.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does CryptoSlate offer an official developer API?+
CryptoSlate does not publish a documented public developer API. This Parse API provides structured access to the data available on cryptoslate.com.
What does `get_coin_detail` return beyond basic price data?+
get_coin_detail returns a team array with member names and roles, an about string describing the project, a links object mapping label strings to URLs (e.g. website, whitepaper, GitHub), and a metrics object with granular market figures. The slug parameter is required — values like bitcoin or ethereum match CryptoSlate's URL slugs.
Can I filter coin rankings by category or blockchain platform?+
The get_coin_rankings endpoint filters by view only — accepted values are gainers, losers, volume, and recent. Filtering by blockchain platform or asset category is not currently supported. You can fork this API on Parse and revise it to add a category-filtered rankings endpoint.
Does the news endpoint return full article body text?+
Not currently. get_news_articles returns title, slug, and url per article. Full article body content is not included in the response. You can fork this API on Parse and revise it to add a detail endpoint that fetches the full article text.
How does pagination work in `list_companies` and `get_news_articles`?+
Both endpoints accept an integer page parameter. Responses include a page field confirming the current page. Neither endpoint currently exposes a total page count or total record count in the response, so iteration requires requesting pages until an empty or undersized result is returned.
Page content last updated . Spec covers 6 endpoints from cryptoslate.com.
Related APIs in Crypto Web3See all →
opensea.io API
Search NFT collections and discover detailed stats, browse individual items, and track collection activity all in one place. Get real-time insights into collection performance and find the NFTs you're looking for on OpenSea.
ens.vision API
Search and explore ENS domains across the marketplace, discover owner portfolios and activity feeds, and resolve names to addresses with complete text records. Get domain details, browse categories, view offers and recommendations, and track all marketplace listings in one place.
nseindia.com API
Track live NSE stock prices, monitor indices, analyze option chains, and access corporate announcements with real-time market data from India's National Stock Exchange. View equity quotes with full order books, identify top gainers/losers, analyze 52-week highs/lows, and explore historical price trends all in structured JSON format.
blur.io API
Access NFT collection data on Blur.io, including floor prices, best bids, listed tokens, and recent activity. Authenticate with an Ethereum wallet to place collection bids and retrieve portfolio holdings.
cmegroup.com API
Get CME Group market data including FedWatch interest-rate probabilities, futures quotes and settlements, volume/open interest history, and options expirations and near-the-money option chains.
studio.glassnode.com API
Access comprehensive on-chain and market analytics for cryptocurrencies, including asset fundamentals, supply dynamics, futures data, and profit/loss metrics. Search and analyze assets with historical chart data and market overview information to track crypto performance and trends.
crypto-fundraising.info API
Track cryptocurrency fundraising activity by searching projects and investors, viewing deal details, and staying updated with the latest crypto funding news and top active venture funds. Monitor major fundraising rounds, explore investor portfolios, and research emerging crypto projects all in one place.
etoro.com API
Monitor top eToro traders by accessing their profiles, portfolio holdings, performance statistics, and trading history to inform your investment decisions. Discover trending stocks and cryptocurrencies, search for specific instruments, and view detailed market data and news to stay updated on investment opportunities.