New: Try Gatekeeper (Beta) for significantly lower latency. Learn More
New: Try Gatekeeper (Beta) for significantly lower latency. Learn More
Resolve on-chain identity information for a Solana wallet including domain names and social profiles.
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"
],
"domainNames": [
"toly.sol",
"kash.superteam"
]
}Documentation Index
Fetch the complete documentation index at: https://helius-laserstream-websocket-free-tier-server.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
API key passed as query parameter
Solana wallet address (base58 encoded)
^[1-9A-HJ-NP-Za-km-z]{32,44}$Identity information found
Solana wallet address
"HXsKP7wrBWaQ8T2Vtjry3Nj3oUgwYcqq9vrHDM12G664"
Type of entity
"exchange"
Display name
"Binance 1"
Category classification
"Centralized Exchange"
Additional classification tags
["Centralized Exchange"]
All on-chain domain names owned by this address, including SNS (.sol) and ANS custom TLDs (.bonk, .wen, etc.). The favorite .sol domain is first if set; remaining domains are sorted alphabetically. Omitted if the wallet owns no domains.
["toly.sol", "kash.superteam"]
Was this page helpful?
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"
],
"domainNames": [
"toly.sol",
"kash.superteam"
]
}