Address → Cluster
To enable testnet querying on Sepolia, add ?testnet=true
to the end of the URL
Get name
GET
/v0.1/name/:address
Get the cluster and wallet name based on an address
Name
Description
address
EVM or Solana address
Example
Response
Bulk get names
POST
/v0.1/name/addresses
Get the cluster and wallet name based on multiple addresses
Name
Description
POST body
Array of EVM and or Solana addresses
Example
Response
Any addresses not found will have
name: null
Last updated