GET
/
v2
/
address
/
{address}
/
validate
curl --request GET \
  --url https://api.getnimbus.io/v2/address/{address}/validate
{
  "data": {
    "address": "<string>",
    "type": "<string>",
    "chain": "<string>"
  }
}

Path Parameters

address
string
required

The address to validate

Response

200
application/json
Successful response with address context
data
object