Exchange Rates API Documentation
Access real-time exchange rates for currencies & crypto. This API provides accurate, up-to-date rates for integrating into your financial applications.
Below are the endpoints for accessing exchange rates. Learn how to integrate the API into your application.
Request Parameters:
- show Specify which rates to show
(e.g., "all"|"rates"|"crypto"). - list Comma-separated list of currency codes
(e.g., "USD,INR,BTC").
Response based on params:
{ "success": true, "data": { "rates": { "USD": 1, "INR": 83.540592, "JPY": 143.662125, "BTC": 0.000015737383 }, "crypto": { "BTC": 63478.467340116214, "DOGE": 0.012578131058644222 } } }
This endpoint provides the current exchange rates for the requested currencies.
package main import ( "fmt" "io/ioutil" "net/http" ) func main() { response, err := http.Get("https://api.mapwale.com/exchange?show=all&list=USD,INR,JPY,BTC,DOGE") if err != nil { fmt.Println(err) } defer response.Body.Close() body, _ := ioutil.ReadAll(response.Body) fmt.Println(string(body)) }
Loyalty based pricing
Our pricing is flexible based on your usage. Explore our plans and find the one that fits your needs.
The goal of HighTusk is to foster innovation,
We offer most competitive rates on essentials.
Start Free
first 1000 requests
NO KEY NEEDED
then recharge 5 USD for 10k domain calls
with Validity of 84 days from Recharge
Loyalty Rate
Charged yearly
14 USD / month
for monthly 100k API calls
extra topup? 5 USD for 12k requests
One Token works for
Exchange & Weather
One Enterprise
Charged monthly
Starts 999 USD / month
for Unlimated API calls
Add upto 3 Domain for 799 USD each
with Validity of 28 days Enterprise
Zero downtime with Dedicated cores
Setup Custom Domain for API
SAML Authentication for Teams
Network CIDR Security
Explore usecase