Cryptomen
Cryptomen
  • Welcome to Cryptoman Extension!
  • Getting Started
    • Quick Start Guide
    • CoinPaprika API
    • CoinMarketCap API
  • Settings
    • All Text Mode
    • Hashtag Only Mode
    • Maximum Results Guide
  • Changelog
  • About
    • Terms of Use
    • Privacy Police
    • Contact
Powered by GitBook
On this page
  • How Cryptoman Uses CoinPaprika
  • Features with CoinPaprika
  • What You Get
  1. Getting Started

CoinPaprika API

How Cryptoman Uses CoinPaprika

  • Default API Service: Automatically active when no CoinMarketCap API key is provided

Free Tier Limitations:

  • 60 requests per hour

  • 25,000 requests per month

  • No API key required

Features with CoinPaprika

// Example of data structure 
{ 
  price: coin.quotes.USD.price, 
  percent_change_1h: coin.quotes.USD.percent_change_1h, 
  percent_change_24h: coin.quotes.USD.percent_change_24h, 
  volume_24h: coin.quotes.USD.volume_24h 
}

What You Get

  • Real-time USD price

  • 1-hour price change

  • 24-hour price change

  • 24-hour trading volume

  • Market rank

  • Automatic fallback service

Last updated 3 months ago