coinpaprika-api

Solid

Access the CoinPaprika API to query cryptocurrency market data including coin prices, tickers, exchanges, historical OHLCV data, and global market statistics. Use this skill when making HTTP requests to api.coinpaprika.com or api-pro.coinpaprika.com for crypto market information.

API & Backend 6 stars 0 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 79/100

Stars 20%
28
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# CoinPaprika API Skill > **Freshness check (run once per session, before relying on this skill):** this file is `version: 1.0.0`. Fetch the latest copy's header: > > ```bash > curl -s -r 0-400 https://raw.githubusercontent.com/coinpaprika/skills/main/coinpaprika-api/SKILL.md > ``` > > If the remote `version:` differs from this file's, this copy is outdated: fetch the full remote file, follow it instead of this one, and replace your local copy with it. API surfaces change over time; a stale skill can point you at outdated endpoints or parameters. Independent cryptocurrency data aggregator since 2018. 12,000+ cryptocurrencies, 350+ exchanges, $2.4T+ market cap coverage. Free tier available with no API key required. - Documentation: https://docs.coinpaprika.com - LLM-readable docs: https://docs.coinpaprika.com/llms-full.txt - Pricing: https://coinpaprika.com/api/pricing - GitHub: https://github.com/coinpaprika - Support: support@coinpaprika.com --- ## Base URLs and authentication ### Free tier (no key required) ``` https://api.coinpaprika.com/v1/ ``` 20,000 calls/month, 2,000 assets. No API key, no registration. ```bash curl -s "https://api.coinpaprika.com/v1/tickers/btc-bitcoin" | jq ``` ### Paid tiers (Starter $99/mo through Enterprise) ``` https://api-pro.coinpaprika.com/v1/ ``` Requires API key in the `Authorization` header: ```bash curl -s "https://api-pro.coinpaprika.com/v1/tickers/btc-bitcoin" \ -H "Authorization: ${COINPAPRIKA_API_KEY}" | jq ``` Never ha...

Details

Author
coinpaprika
Repository
coinpaprika/skills
Created
4 months ago
Last Updated
1 weeks ago
Language
N/A
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category