Check address format
Last updated
Last updated
Check address format within provided network
Public API-key
Signing the request body with a private API-key
Request content type
application/json
Object with address and network
Address
0x48EDAB72d22cebb5eE081351E6f471De6cE5567D
Network
bsc
POST /api-gateway/utils/validate-address HTTP/1.1
Host: app.apollopayment.io
Content-Type: application/json
Accept: */*
Content-Length: 72
{
"address": "0x48EDAB72d22cebb5eE081351E6f471De6cE5567D",
"network": "bsc"
}
{
"success": true,
"response": {
"isValid": true,
"regex": "text"
}
}