Skip to main content
GET
/
v1
/
address
Get Address Information
curl --request GET \
  --url https://api.range.org/v1/address \
  --header 'X-API-KEY: <api-key>'
{
  "address": "<string>",
  "is_validator": true,
  "malicious": true,
  "name": "<string>",
  "network": "<string>",
  "tags_source": "<string>",
  "tags": {},
  "type": {}
}

Authorizations

X-API-KEY
string
header
required

Authorization method required to allow user to access the api endpoints.

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