Skip to main content

Check if the currency address is correct

  • /v1/waas/mpc/is_valid_address DEPRECATED
  • Supports "self-custody" and "WaaS" services.
Request Body
    assetId string required

    Currency code, currency identification, unique

    address string required

    Address

Responses

successful operation


Schema
    code integer
    msg string
    data object
    isValid boolean

    Check if the currency address is correct.

    isInnerAddress boolean

    Verify whether the address is an internal organizational address.

    success boolean
Loading...