GET
/
payouts
/
validate-address
curl --request GET \
  --url https://api-staging.stablestack.xyz/api/payouts/validate-address \
  --header 'x-api-key: <x-api-key>'
{
"status": "success",
"data": {
"valid": true
},
"message": "Address validation successful."
}

Validates addresses for Stablecoin. Returns validation status and message.

Headers

x-api-key
string
required

Query Parameters

currency
enum<string>
required

Stablecoin symbol (e.g., usdt, usdc)

Available options:
usdt,
usdc
address
string
required

Stablecoin address to validate

Response

200
application/json

OK

The response is of type object.