Skip to main content
GET
/
api
/
{blockchain}
/
permit
/
address
JavaScript
const options = {method: 'GET'};

fetch('https://swap.ggp.gg/api/{blockchain}/permit/address', options)
  .then(res => res.json())
  .then(res => console.log(res))
  .catch(err => console.error(err));
{
  "data": "<string>"
}

Path Parameters

blockchain
enum<string>
required
Available options:
ethereum,
bsc,
arbitrum

Response

data
string
required