Skip to main content
POST

Authorizations

Authorization
string
header
required

OAuth 2.0 authentication.

Path Parameters

network
string
required

The network code.

Minimum string length: 1

Body

application/json
address
string
required

The crypto address to validate.

Pattern: ^\S.*\S$|^\S$
reference
string

The destination reference (for networks that support it, e.g., XRP destination tag).

Pattern: ^\S.*\S$|^\S$

Response

Address validation result.

isValid
boolean
required

Whether the address is valid for the specified network.

error
object

The error details if the address is invalid.