Hae kaikista NordAPI-rajapinnoista nimen, kuvauksen tai ominaisuuden perusteella.
GET /crypto/prices
Hae current prices, market capitalization, 24-hour trading volume, and 24h/7d percentage changes for the top 250 cryptocurrencies by market cap. Data lähteestä CoinGecko and updated frequently. Määritettävä limit parameter lets you fetch just the top 5 or up to 250 coins. Välttämätön crypto portfolio trackers, market overview dashboards, and price alert systems.
GET /crypto/:coin_id
Hae comprehensive details for a specific cryptocurrency by its CoinGecko ID or ticker symbol (e.g., 'bitcoin' or 'BTC'). Palauttaa the coin's current price, market cap, trading volume, price changes, and metadata. Hyödyllinen building dedicated coin detail pages, comparing specific tokens, or fetching data for a user's favorite coins without downloading the entire top-250 list.
GET /crypto/convert
Muunna mikä tahansa kryptovaluuttamäärä mihin tahansa 30 tuetusta fiat-valuutasta käyttäen reaaliaikaisia CoinGecko-hintoja ja EKP:n valuuttakursseja. Palauttaa muuntokurssin ja lasketun tuloksen. Sopii kryptosalkkusovelluksiin, maksunkäsittelijöihin ja kaupankäyntityökaluihin.
GET /crypto/search
Hae across the top 250 cryptocurrencies nimellä or ticker symbol. Palauttaa vastaavat coins with their ID, symbol, name, and current price. Hyödyllinen building autocomplete search fields in crypto apps, letting users find and add coins to watchlists, or resolving ambiguous ticker symbols to the correct coin.
GET /crypto/history/:coin_id
Hae historical price snapshots for any of the top 50 cryptocurrencies. Prices are recorded every 10 minutes, giving up to 144 data points per day per coin. Filter by date range or limit the number of results. Sopii building price charts, backtesting strategies, and tracking price trends over time.
GET /crypto/ohlc/:coin_id
Hae Open/High/Low/Close price data for a cryptocurrency on a specific date. Laskettu the 10-minute snapshots stored throughout the day. Sopii candlestick charts and daily price summaries.
GET /crypto/summary/:coin_id
Hae aggregate statistics for a coin's price history: total data points, date range covered, and min/max/average USD prices. Hyödyllinen understanding how much historical data is available and getting a quick statistical overview.
GET /generate/uuid
Generoi one or more cryptographically random UUID v4 identifiers. UUIDs are universally unique 128-bit identifiers in the standard 8-4-4-4-12 format (e.g., 550e8400-e29b-41d4-a716-446655440000). Hyödyllinen generating database primary keys, session tokens, correlation IDs for distributed systems, and any situation where you need globally unique identifiers without a central registry.
GET /generate/password
Generoi a cryptographically secure random password with configurable length (default 16 characters). Sisältää uppercase, lowercase, numbers, and special characters for maximum strength. Hyödyllinen password manager apps, account creation flows, security tools, and any feature where users need help creating strong passwords. Ei koskaan reuses or stores generated passwords.
GET /hash
Generoi a cryptographic hash of any input string using your choice of algorithm. Tukee MD5, SHA-1, SHA-256, SHA-384, and SHA-512. Hyödyllinen checksum verification, data integrity checks, and development testing. Computed locally with zero external dependencies.
GET /hash/algorithms
Listaa all supported cryptographic hash algorithms with their names. Currently supports MD5, SHA-1, SHA-256, SHA-384, and SHA-512.
GET /stream/topics
Listaa all 14 käytettävissä olevat streaming topics with descriptions, update frequencies, and supported filters. Jokainen topic can be filtered to specific items (e.g. crypto:bitcoin, electricity:NO1, exchange_rates:EUR/USD). Also shows JavaScript EventSource and curl usage examples.
GET /stream
Yhdistä SSE-virtaan reaaliaikaisia push-päivityksiä varten. Tilaa laajoja aiheita tai suodata tiettyihin kohteisiin topic:filter-syntaksilla. Tapahtumat sisältävät yksilölliset tunnisteet uudelleenyhdistämistä varten. Sydämenlyönti pitää yhteyden avoinna. Käytä curl -N:ää tai JavaScript EventSourcea. 14 aihetta saatavilla: valuuttakurssit, krypto, sähkö, hyödykkeet, talous, juhlapäivät, sää, maanjäristykset, avaruussää, NASA, urheilu, uutiset, ALV ja valuutat.
GET /mashup/performance/compare
Vertaa eri omaisuusluokkien suorituskykyä rinnakkain: kryptovaluutat (Bitcoin, Ethereum jne.), fiat-valuutat (suhteessa USD:hen) ja kulta. Palauttaa nykyiset arvot, viimeaikaiset hintamuutokset ja vertailevat suorituskykymittarit. Hyödyllinen sijoitusnäyttöihin, salkun hajautusanalyysityökaluihin ja talouskoulutusalustoihin.
GET /mashup/portfolio/analyze
Analysoi sekasalkku (kryptovaluutat, fiat-valuutat ja hyödykkeet) yhdellä pyynnöllä. Anna pilkuilla eroteltu lista varojen tunnisteista ja saa takaisin nykyiset arvot, suorituskykymittarit, korrelaatiotiedot ja hajautusanalyysi. Tukee krypton tunnuksia (bitcoin, ethereum), fiat-valuuttakoodeja (EUR, NOK) ja kultaa. Sopii salkunseurantanäyttöihin, sijoitusanalyysityökaluihin ja varallisuudenhoitoalustoihin.