Currency-Converter.APISED

Supported Currencies

This HTTP GET request retrieves a list of available currencies.

GET/v1/supported-currencies

Query Parameter(s)

searchoptional
Search avaliable currencies that are supported using codes or names

Example Request

  • Axios
  • Native
  • Request
  • Unirest
1

Convert

This endpoint makes an HTTP GET request to convert an amount from one currency to another. The request URL includes parameters for the source currency (from), target currency (to), and the amount to be converted.

GET/v1/convert

Query Parameter(s)

fromrequired
From currency input
torequired
To currency input
amountrequired
Amount to convert input

Example Request

  • Axios
  • Native
  • Request
  • Unirest
1