finance
Currency Convert
Convert between 150+ currencies in real time.
Premium API
$2.00 · 1000 calls · 30 days
Pricing
$0.00
per call
Method
GET
finance
Rate limit
60
requests / min
Endpoint
GEThttps://test.mraipay.top/api/v1/fx?key=YOUR_KEY
Try it now
Click "Send request" to see live response…
Code examples
cURL
curl "https://test.mraipay.top/api/v1/fx?key=YOUR_KEY"
PHP
$res = file_get_contents("https://test.mraipay.top/api/v1/fx?key=YOUR_KEY");
$data = json_decode($res, true);
print_r($data);
JavaScript
fetch("https://test.mraipay.top/api/v1/fx?key=YOUR_KEY")
.then(r => r.json())
.then(console.log);
Sample Response
{"from":"USD","to":"BDT","rate":121.4,"amount":121.4}