Skip to main content
The FX API supports rate lookup and currency exchange. Provide three-letter uppercase currency codes and an integer amount in the smallest currency unit used by the request.

Supported Conversion

  • USD to NGN
  • NGN to USD

💵 Get Rate

To get the current conversion rate, use the rate endpoint. Body
string
The three-letter ISO currency code in uppercase.
string
The three-letter ISO currency code in uppercase.
number
amount to convert in the smallest currency unit (e.g., cents, kobo).
Request Body

💵 Exchange

To convert from one currency to another, use the exchange endpoint. Body
string
The three-letter ISO currency code in uppercase.
string
The three-letter ISO currency code in uppercase.
number
amount to convert in the smallest currency unit (e.g., cents, kobo).
Request Body