Ixian Documentation Welcome to Ixian Documentation Pages, here you can learn more about Ixian and how to get started quickly!

Validate Address

Ensures that the given address is in the correct format.

Method: validateaddress

Input parameters:

Parameter Type Required Description
address String Yes Wallet address to validate

Errors:

Error Description
RPC_INVALID_ADDRESS_OR_KEY The provided vaue does not represent a valid Ixian address, or there was no value provided.
RPC_INTERNAL_ERROR An unknown error occurred in the node. Please check the node log for details.

Output:

Example:

GET http://localhost:8081/validateaddress?address=4qX7Uot9BbweZh56gVeXWRwoe2Wb6vesNJtZJzm672uHUqucsHENe1849Vy5V4mHg

{
    "result": "OK",
    "error": null,
    "id": null
}

Cookies Policy

To make this site work properly, we sometimes place small data files called cookies on your device. Most big websites do this too.