diff --git a/api-examples/external-conversion/index.php b/api-examples/external-conversion/index.php index 9e7b5a0..03005b8 100644 --- a/api-examples/external-conversion/index.php +++ b/api-examples/external-conversion/index.php @@ -97,7 +97,7 @@ case 'estimate': $method = 'POST'; - $apiUrl = 'https://orion-api.starhermit.com/api/v1/externalconversions/estimate'; + $apiUrl = 'https://api.coinpayments.net/api/v1/externalconversions/estimate'; $params = [ "fromCurrencyId" => $_GET['fromId'], "toCurrencyId" => $_GET['toId'], @@ -110,7 +110,7 @@ case 'create': $method = 'POST'; - $apiUrl = 'https://orion-api.starhermit.com/api/v1/externalconversions/create'; + $apiUrl = 'https://api.coinpayments.net/api/v1/externalconversions/create'; $params = [ "fromCurrencyId" => $_GET['fromId'], "toCurrencyId" => $_GET['toId'],