Item logo image for OpenLink YouID

OpenLink YouID

1 support issue

For additional help, check out the developer's support site.

  • All
  • Questions
  • Suggestions
  • Problems

andres miranda

Mar 30, 2026

Java -jar c:\Dev\services\syncservice:jar --ip 192.168.1195 -- port. 55555

// WARNING: For GET requests, body is set to null by browsers.

var xhr = new XMLHttpRequest();
xhr.withCredentials = true;

xhr.addEventListener("readystatechange", function() {
if(this.readyState === 4) {
console.log(this.responseText);
}
});

xhr.open("GET", "https://api.nowpayments.io/v1/min-amount?currency_from=eth&currency_to=trx&fiat_equivalent=usd");
xhr.setRequestHeader("x-api-key", "<your_api_key>");

xhr.send();

Google apps
Design a Mobile Site
View Site in Mobile | Classic
Share by: