Access our powerful API to build applications with real-time exchange rate data.
Get Your API KEY
headers: {
'apiKey': 'YOUR_API_KEY'
}
})
.then(response => response.json())
.then(data => console.log(data))
.catch(error => console.error('Error:', error));