cURL
curl --request GET \ --url https://api-staging.stablestack.xyz/api/payouts/validate-address \ --header 'x-api-key: <x-api-key>'
200
validAddress
{ "status": "success", "data": { "valid": true }, "message": "Address validation successful."}
API reference for validating Stablecoin addresses
Stablecoin symbol (e.g., usdt, usdc)
usdt
usdc
Stablecoin address to validate
OK
The response is of type object.
object