JavaScript
const options = {method: 'GET'}; fetch('https://swap.ggp.gg/api/{blockchain}/quote', options) .then(res => res.json()) .then(res => console.log(res)) .catch(err => console.error(err));
{ "data": "<unknown>" }
ethereum
bsc
arbitrum
Show child attributes