A full list of supported currencies can be accessed both in JSON Format and on this website. We support crypto currencies. We support over 200+ currencies
In order to access a JSON file containing all currently supported currencies (3-4-letter currency code and full currency name).
Each request to the currency endpoint consumes 1 token.
var client = new RestClient("https://ipforensics.net/api/v1/currencies?apikey=IPF-36ae36a6-4a32-4fae-a422-e45e70b0a515-X");
client.Timeout=-1;var request =newRestRequest(Method.GET);IRestResponse response =client.Execute(request);Console.WriteLine(response.Content);