const options = {
method: "GET",
headers: {
accept: "application/json",
"ngnc-sec-key": "Bridge_Secret_Key",
"content-type": "application/json"
},
};
fetch("https://api.linkio.world/rates/v1/off-ramp/rates", options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
On-ramp Rates Webhooks

