Skip to main content
GET
/
v1
/
address
Get Address Information
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": {}
}

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

Query Parameters

network
string

Network of Address

address
string

Address to search

Response

200 - application/json

Address Information as an array with one item per network

address
string
required
is_validator
boolean
required
malicious
boolean
required
name
string
required
network
string
required
type
object
required
tags_source
string
tags
object
Last modified on December 15, 2025