Skip to main content
GET
/
v1
/
wallet
/
{wallet}
/
identity
Get wallet identity
curl --request GET \
  --url 'https://api.helius.xyz/v1/wallet/{wallet}/identity?api-key='
{
  "address": "HXsKP7wrBWaQ8T2Vtjry3Nj3oUgwYcqq9vrHDM12G664",
  "type": "exchange",
  "name": "Binance 1",
  "category": "Centralized Exchange",
  "tags": [
    "Centralized Exchange"
  ]
}

Request Parameters

wallet
string
required
Solana wallet address (base58 encoded)

Authorizations

api-key
string
query
required

API key passed as query parameter

Path Parameters

wallet
string
required

Solana wallet address (base58 encoded)

Response

Identity information found

address
string
required

Solana wallet address

Example:

"HXsKP7wrBWaQ8T2Vtjry3Nj3oUgwYcqq9vrHDM12G664"

type
string
required

Type of entity

Example:

"exchange"

name
string
required

Display name

Example:

"Binance 1"

category
string
required

Category classification

Example:

"Centralized Exchange"

tags
string[]
required

Additional classification tags

Example:
["Centralized Exchange"]