Skip to main content
POST
Validate address

Authorizations

x-api-key
string
header
required

API key. Keep this key on your backend.

Body

application/json
network
string
required
Example:

"tron"

token
string
required
Example:

"USDT"

address
string
required
Example:

"TNDzfERDpxLDS2w1q6yaFC7pzqaSQ3Bg3r"

memo
string | null

Destination memo. The MVP accepts null or an omitted value.

Example:

null

Response

Validation result.

valid
boolean
required
normalizedAddress
string | null
required
requiresMemo
boolean
required
message
string | null
required