Success
token address
"0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2"
^0x[a-fA-F0-9]{40}$
token amount, in wei
"1000000000000000000"
Externally Owned Account address
"0x1235dB6df8a915557fF1fD0B9098C5548F2e06e3"
const response = await fetch('https://newapi.native.org/bridge/v1/bridge/refund', { method: 'GET', headers: { "apiKey": "text" }, }); const data = await response.json();
{ "token": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2", "amount": "1000000000000000000", "swapper": "0x1235dB6df8a915557fF1fD0B9098C5548F2e06e3", "contract": { "quoteId": "text", "refundSignature": "text" }, "txRequest": { "target": "text", "calldata": "text", "value": "text" } }