GET /crypto/prices
Fáðu current prices, markaðsvirðiitalization, 24-hour viðskiptamagn, and 24h/7d prósentubreytingus fyrir top 250 dulritunargjaldmiðla by markaðsvirði. Gögn fengin frá CoinGecko and updated frequently. Stillanleg limit parameter lets you fetch just the top 5 or allt að 250 coins. Nauðsynlegt fyrir crypto portfolio trackers, market overview mælaborð, and price alert kerfi.
GET /crypto/:coin_id
Fáðu comprehensive details for a specific dulritunargjaldmiðil by its CoinGecko ID or ticker symbol (t.d. 'bitcoin' or 'BTC'). Skilar coin's current price, markaðsvirði, viðskiptamagn, verðbreytingar, and metadata. Gagnlegt til að byggja dedicated coin detail pages, comparing specific tokens, or fetching data for a user's favorite coins án downloading the entire top-250 list.
GET /crypto/convert
Umbreyttu hvaða ... sem er dulritunargjaldmiðil amount into hvaða ... sem er of the 30 supported hefðbundna gjaldmiðla using live CoinGecko prices and ECB gengi. Skilar conversion rate and calculated result. Tilvalið fyrir crypto portfolio forrit that need to show holdings in local currency, payment processors converting crypto to fiat, and trading verkfæri that need quick fiat-equivalent calculations.
GET /crypto/search
Search í the top 250 dulritunargjaldmiðla by name or ticker symbol. Skilar samsvarandi coins with their ID, symbol, name, and current price. Gagnlegt til að byggja autocomplete search fields in crypto forrit, letting users finndu and add coins to watchlists, or resolving ambiguous ticker symbols to the correct coin.
GET /crypto/history/:coin_id
Fáðu sögulegt verð snapshots for hvaða ... sem er of the top 50 dulritunargjaldmiðla. Prices are recorded hverja 10 minutes, giving allt að 144 data points per day per coin. Síaðu eftir dagsetningabil or limit the number of results. Tilvalið til að byggja price charts, backtesting strategies, and tracking price trends yfir tíma.
GET /crypto/ohlc/:coin_id
Fáðu Open/High/Low/Close price data for a dulritunargjaldmiðil on a specific date. Computed frá 10-minute snapshots stored throughout the day. Fullkomið fyrir candlestick charts and daily price summaries.
GET /crypto/summary/:coin_id
Fáðu aggregate statistics for a coin's price history: total data points, dagsetningabil covered, and min/max/average USD prices. Gagnlegt fyrir understanding how much söguleg gögn is available and getting a quick statistical overview.
GET /generate/uuid
Myndaðu one eða fleiri cryptographically random UUID v4 identifiers. UUIDs are universally unique 128-bit identifiers in the standard 8-4-4-4-12 format (t.d. 550e8400-e29b-41d4-a716-446655440000). Gagnlegt fyrir generating database primary keys, session tokens, correlation IDs for distributed kerfi, and hvaða ... sem er situation where you need globally unique identifiers án a central registry.
GET /generate/password
Myndaðu a cryptographically secure random password with stillanleg length (default 16 characters). Inniheldur uppercase, lowercase, numbers, and special characters for maximum strength. Gagnlegt fyrir password manager forrit, account creation flows, security verkfæri, and hvaða ... sem er feature where users need help creating strong passwords. Never reuses or stores generated passwords.
GET /hash
Myndaðu a cryptographic hash of hvaða ... sem er input string using your choice of algorithm. Styður MD5, SHA-1, SHA-256, SHA-384, and SHA-512. Gagnlegt fyrir checksum verification, data integrity checks, and development testing. Computed locally with zero external dependencies.
GET /hash/algorithms
Skráðu allar supported cryptographic hash algorithms with their names. Styður nú MD5, SHA-1, SHA-256, SHA-384, and SHA-512.
GET /stream/topics
Skráðu allar 14 available streaming topics with descriptions, update frequencies, and supported filters. Each topic can be filtered to specific items (t.d. crypto:bitcoin, electricity:NO1, exchange_rates:EUR/USD). Also shows JavaScript EventSource and curl usage examples.
GET /stream
Tengdu við a Server-Sent Events stream for rauntíma push updates. Gerðu áskrift að broad topics or filter to specific items með topic:filter syntax. Events include unique IDs for reconnection (pass Last-Event-ID header to resume). Heartbeat keeps the connection alive. Use curl -N or JavaScript EventSource. 14 topics available: gengi, crypto, electricity, commodities, economics, holidays, weather, earthquakes, geimveður, NASA, sports, news, VAT, and currencies.
GET /mashup/performance/compare
Berðu saman the performance of different asset classes hlið við hlið: dulritunargjaldmiðla (Bitcoin, Ethereum, etc.), hefðbundna gjaldmiðla (relative to USD), and gold. Skilar current values, recent verðbreytingar, and comparative performance metrics. Gagnlegt fyrir investment mælaborð that span asset classes, portfolio diversification analysis verkfæri, and financial education vettvanga that demonstrate how different stores of value perform relative to hverja other.
GET /mashup/portfolio/analyze
Greindu a portfolio of mixed assets (dulritunargjaldmiðla, hefðbundna gjaldmiðla, and commodities) in eina request. Gefðu upp a kommuaðskilinn lista of asset identifiers and fáðu back current values, performance metrics, correlation data, and diversification analysis. Styður crypto coin IDs (bitcoin, ethereum), hefðbundinn gjaldmiðil codes (EUR, NOK), and gold. Tilvalið fyrir portfolio tracking mælaborð, investment analysis verkfæri, and wealth management vettvanga that span multiple asset classes.