GET /crypto/convert
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.
coin
kohustuslik
Coin ID
to
kohustuslik
Target fiat currency
amount
valikuline
vaikeväärtus: 1
Amount of crypto
| Nimi | Kohustuslik | Vaikeväärtus | Kirjeldus |
|---|---|---|---|
coin |
Jah | - | Coin ID |
to |
Jah | - | Target fiat currency |
amount |
Ei | 1 | Amount of crypto |
curl "https://nordapi.ee/api/v1/crypto/convert?coin=bitcoin&to=NOK&amount=1"
curl "https://nordapi.ee/api/v1/crypto/convert?coin=bitcoin&to=NOK&amount=1"
curl "https://nordapi.ee/api/v1/crypto/convert?coin=ethereum&to=EUR&amount=10"
curl "https://nordapi.ee/api/v1/crypto/convert?coin=solana&to=USD&amount=1000"
{
"amount": 1.0,
"coin": "bitcoin",
"coin_name": "Bitcoin",
"rate": 657118.12546593,
"result": 657118.12546593,
"success": true,
"symbol": "BTC",
"target_currency": "NOK"
}
{"success":true,"coin":"bitcoin","symbol":"BTC","target_currency":"NOK","rate":673174.65,"result":673174.65}