GET
/
v1
/
custody
/
is_valid_address
/
request(
  "GET",
  "/v1/custody/is_valid_address/",
  {
    "coin": "ETH",
    "address": "0x544094588811118b7701cf4a9dea056e775b4b4e",
  },
  api_key, api_secret, host
)
{
  "success": true,
  "result": true
}
----
{
  "success": true,
  "result": false
}

Request

coin
String
required
The cryptocurrency symbol.
address
String
required
The cryptocurrency address.(Address|Memo)

Response

success
bool
request successful or failed
result
bool
Whether the address is valid or not.