← Avaleht

Otsi API-sid

Otsige kõigi NordAPI lõpp-punktide hulgast nime, kirjelduse või funktsiooni järgi.

Leitud 16 tulemust päringule "crypto"

Lõpp-punktid

Krüptohinnad

GET /crypto/prices
Rahandus ja valuuta

Saage current prices, market capitalization, 24-hour trading volume, and 24h/7d percentage changes for the top 250 krüptorahad by market cap. Andmed CoinGecko and updated frequently. Configurable limit parameter lets you fetch just the top 5 or up to 250 coins. Hädavajalik crypto portfolio trackers, market overview dashboards, and price alert systems.

Krüptomündi üksikasjad

GET /crypto/:coin_id
Rahandus ja valuuta

Saage comprehensive details for a specific krüptoraha by its CoinGecko ID or ticker symbol (nt 'bitcoin' or 'BTC'). Tagastab coin's current price, market cap, trading volume, price changes, and metadata. Kasulik dedicated coin detail pages, comparing specific tokens, or fetching data for a user's favorite coins without downloading the entire top-250 list.

Krüpto fiat-teisendus

GET /crypto/convert
Rahandus ja valuuta

Teisendage any krüptoraha amount into any of the 30 supported fiat currencies using live CoinGecko prices and ECB vahetuskursid. Tagastab conversion rate and calculated result. Ideaalne crypto portfolio apps that need to show holdings in local currency, payment processors converting crypto to fiat, and trading tools that need quick fiat-equivalent calculations.

Krüpto otsing

GET /crypto/search
Rahandus ja valuuta

Otsige across the top 250 krüptorahad by name or ticker symbol. Tagastab matching coins with their ID, symbol, name, and current price. Kasulik autocomplete search fields in crypto apps, letting users find and add coins to watchlists, or resolving ambiguous ticker symbols to the correct coin.

Krüpto hinnaajalugu

GET /crypto/history/:coin_id
Rahandus ja valuuta

Saage historical price snapshots for any of the top 50 krüptorahad. Prices are recorded every 10 minutes, giving up to 144 data points per day per coin. Filtreerige kuupäevavahemik or limit the number of results. Ideaalne price charts, backtesting strategies, and tracking price trends over time.

Krüpto OHLC

GET /crypto/ohlc/:coin_id
Rahandus ja valuuta

Saage Open/High/Low/Close price data for a krüptoraha on a specific date. Computed from the 10-minute snapshots stored throughout the day. Sobib candlestick charts and daily price summaries.

Krüpto ajaloo kokkuvõte

GET /crypto/summary/:coin_id
Rahandus ja valuuta

Saage aggregate statistics for a coin's price history: total data points, kuupäevavahemik covered, and min/max/average USD prices. Kasulik understanding how much ajaloolised andmed is available and getting a quick statistical overview.

UUID generaator

GET /generate/uuid
Arendustööriistad

Genereerige one or more cryptographically random UUID v4 identifiers. UUIDs are universally unique 128-bit identifiers in the standard 8-4-4-4-12 format (nt 550e8400-e29b-41d4-a716-446655440000). Kasulik generating database primary keys, session tokens, correlation IDs for distributed systems, and any situation where you need globally unique identifiers without a central registry.

Parooli generaator

GET /generate/password
Arendustööriistad

Genereerige a cryptographically secure random password with configurable length (default 16 characters). Sisaldab uppercase, lowercase, numbers, and special characters for maximum strength. Kasulik password manager apps, account creation flows, security tools, and any feature where users need help creating strong passwords. Never reuses or stores generated passwords.

Arvuta räsi

GET /hash
Arendustööriistad

Genereerige a cryptographic hash of any input string using your choice of algorithm. Toetab MD5, SHA-1, SHA-256, SHA-384, and SHA-512. Kasulik checksum verification, data integrity checks, and development testing. Computed locally with zero external dependencies.

Toetatud räsialgoritmid

GET /hash/algorithms
Arendustööriistad

Kuva all supported cryptographic hash algorithms with their names. Currently supports MD5, SHA-1, SHA-256, SHA-384, and SHA-512.

Voo teemad ja filtrid

GET /stream/topics
Arendustööriistad

Kuva all 14 available streaming topics with descriptions, update frequencies, and supported filters. Each topic can be filtered to specific items (nt crypto:bitcoin, electricity:NO1, exchange_rates:EUR/USD). Also shows JavaScript EventSource and curl usage examples.

Reaalajas andmevoog (SSE)

GET /stream
Arendustööriistad

Ühenduge to a Server-Sent Events stream for reaalajas push updates. Subscribe to broad topics or filter to specific items using the 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: vahetuskursid, crypto, electricity, commodities, economics, holidays, weather, earthquakes, space weather, NASA, sports, news, VAT, and currencies.

Vara tootlus

GET /mashup/performance/compare
Luureandmete kombinatsioonid

Võrrelge the performance of different asset classes kõrvuti: krüptorahad (Bitcoin, Ethereum, etc.), fiat currencies (relative to USD), and gold. Tagastab current values, recent price changes, and comparative performance metrics. Kasulik investment dashboards that span asset classes, portfolio diversification analysis tools, and financial education platforms that demonstrate how different stores of value perform relative to each other.

Portfelli analüsaator

GET /mashup/portfolio/analyze
Luureandmete kombinatsioonid

Analüüsige a portfolio of mixed assets (krüptorahad, fiat currencies, and commodities) ühes päringus. Esitage a komadega eraldatud list of asset identifiers and get back current values, performance metrics, correlation data, and diversification analysis. Toetab crypto coin IDs (bitcoin, ethereum), fiat currency codes (EUR, NOK), and gold. Ideaalne portfolio tracking dashboards, investment analysis tools, and wealth management platforms that span multiple asset classes.