cURL
curl --request GET \ --url https://api.getnimbus.io/v2/address/{address}/validate
{ "data": { "address": "<string>", "type": "<string>", "chain": "<string>" } }
Validates a given address and returns its context information
The address to validate
Successful response with address context
The response is of type object.
object