CryptoPulse API
Inside-CryptoAPI is a powerful, fast, and reliable API designed to provide real-time cryptocurrency conversions into fiat currencies or other crypto assets. It aggregates multiple data providers (CoinMarketCap and CoinPaprika) to guarantee high availability and accurate rates, even when one source fails. Whether you’re building a fintech app, exchange platform, crypto dashboard, trading bot, or…
CryptoPulse API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
/coins /coins |
Devuelve una lista de monedas soportadas (cripto y fiat). Útil para crear dropdowns o listas de selección. Ejemplo de respuesta: { "cryptos": ["BTC", "ETH", "BNB", "SOL", "XRP",… |
| GET |
/price /price/{symbol} |
Returns the current price of a cryptocurrency against a fiat or another crypto. |
| GET |
/convert /convert |
Description: Converts an amount from one currency to another. Supports crypto ↔ fiat and crypto ↔ crypto conversions. |
CryptoPulse API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $14.99 / month | — |
|
| ULTRA Recommended | $29.99 / month | — |
|
| MEGA | $99.99 / month | — |
|