Last updated 11 months ago
Check address format within provided network
Address
"0x48EDAB72d22cebb5eE081351E6f471De6cE5567D"
Network
"bsc"
Request success indicator
Result of address format validation
const response = await fetch('https://app.apollopayment.io/api-gateway/utils/validate-address', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "success": false, "response": { "isValid": false, "regex": "text" } }