Crypto

7 endpoints match this tag.

Conversión de criptomoneda a fiat

GET
/crypto/convert

Convert any cryptocurrency amount into any of the 30 supported divisas fiat using live CoinGecko prices and ECB tasas de cambio. Returns the conversion rate and calculated result. Ideal para crypto portfolio aplicaciones that need to show holdings in local currency, payment processors convirtiendo crypto to fiat, and trading tools that need quick fiat-equivalent calculations.

Finanzas y divisas

Historial de precios de criptomonedas

GET
/crypto/history/:coin_id

Get historical price snapshots for any of the top 50 cryptocurrencies. Prices are recorded every 10 minutes, giving hasta 144 data points per day per coin. Filter por fecha range or limit the number of results. Ideal para crear price charts, backtesting strategies, and rastreando price trends over time.

Finanzas y divisas

OHLC de criptomonedas

GET
/crypto/ohlc/:coin_id

Get Open/High/Low/Close price data for a cryptocurrency on a specific date. Computed from the 10-minute snapshots stored throughout the day. Perfecto para candlestick charts and daily price summaries.

Finanzas y divisas

Precios de criptomonedas

GET
/crypto/prices

Get current prices, capitalización de mercadoitalization, 24-hour volumen de trading, and 24h/7d percentage changes for the top 250 cryptocurrencies by capitalización de mercado. Data sourced from CoinGecko and updated frequently. Configurable limit parameter lets you fetch just the top 5 or hasta 250 coins. Esencial para crypto portfolio trackers, market overview paneles, and price alert systems.

Finanzas y divisas

Búsqueda de criptomonedas

GET
/crypto/search

Search across the top 250 cryptocurrencies por nombre or ticker symbol. Returns matching coins with their ID, symbol, name, and current price. Útil para crear autocomplete search fields in crypto aplicaciones, letting users find and add coins to watchlists, or resolving ambiguous ticker symbols to the correct coin.

Finanzas y divisas

Detalle de criptomoneda

GET
/crypto/:coin_id

Get comprehensive details for a specific cryptocurrency by its CoinGecko ID or ticker symbol (e.g., 'bitcoin' or 'BTC'). Returns the coin's current price, capitalización de mercado, volumen de trading, cambios de precio, and metadata. Útil para crear dedicated coin detail pages, comparando specific tokens, or fetching data for a user's favorite coins without downloading the entire top-250 list.

Finanzas y divisas

Resumen del historial de criptomonedas

GET
/crypto/summary/:coin_id

Obtenga aggregate statistics for a coin's price history: total data points, date range covered, and min/max/average USD prices. Útil para understanding how much historical data is available and getting a quick statistical overview.

Finanzas y divisas