Currency Conversion Endpoint
Using the convert
endpoint, you may request the IpForensics API to perform a Single currency conversion on your behalf. e.g converting $500 Dollars to Naira
To use this endpoint, simply specify a from
currency code, a to
Currency Code, and the amount
you would like to convert.
Each request to the currency conversion endpoint consumes 1 token.
Code Snippet
Sample Response
Endpoint
Returns the converted currency.
GET
https://ipforensics.net
Returns response object and a metadata of the request
Query Parameters
Name
Type
Description
apikey*
String
Your API key
from*
String
Specify the currency to convert from.
to*
String
Specify the currency to convert to.
amount*
String
Specify the amount to convert.
Last updated
Was this helpful?