Validating addresses
Name
Value
Name
Type
Required
Description
{
"data": {},
"status": "ok",
"jsonapi": {
"version": "1.0"
}
}
// Address format is valid.{
"errors": [
{
"status": 422,
"title": "Invalid address",
"code": "invalid_address"
}
]
}
// Invalid address format.{
"errors": [
{
"status": 422,
"title": "We couldn’t send funds to this address, please try another address",
"code": "address_has_high_risk_score"
}
]
}
// Address is evaluated by Txn as high-risk.Last updated