Currency exchange is an simplest REST API with real time currency rates in usable JSON format.
Make GET request on this endpoint to get rates with required parameters(if any required).
https://v1.nocodeapi.com//cx//rates
Object | Description |
---|---|
source |
[Optional] Specify a Source Currency other than the default USD |
target |
[Optional] Specify a comma-separated list of currency codes to limit your API response to specific currencies. |
Make GET request on this endpoint to convert currency into other currency with required parameters(if any required).
https://v1.nocodeapi.com//cx//rates/convert
Object | Description |
---|---|
amount |
[Required] Specify amount you want to convert |
from |
[Required] Specify source currency |
to |
[Required] Specify target currency |
Make GET request on this endpoint to countries symbols with required parameters(if any required).
https://v1.nocodeapi.com//cx//symbols