cURL
curl --request GET \ --url https://api.range.org/v1/address \ --header 'Authorization: Bearer <token>'
{ "address": "<string>", "is_validator": true, "malicious": true, "name": "<string>", "network": "<string>", "type": {}, "tags_source": "<string>", "tags": {} }
Returns information about the specified address, including the network and labels associated with it.
Use Authorization: Bearer
Network of Address
Address to search
Address Information as an array with one item per network
Was this page helpful?