Skip to main content
GET
/
v1
/
data
/
wallets
/
{address}
Get wallet overview
curl --request GET \
  --url https://releasing-soon.com/v1/data/wallets/{address} \
  --header 'Authorization: Bearer <token>'
{
  "address": "9xQeWvG816bUx9EPfQ5D9b8fRGyJitf8F6f4fH6QJjAo",
  "label": "<string>",
  "profileImageUrl": "<string>",
  "portfolioValueUsd": 123,
  "tokenCount": 123,
  "tradeCount30d": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.nshield.org/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use a Nova developer API key in the Authorization header. Demo playground keys should be restricted, rate-limited, and domain-scoped.

Path Parameters

address
string
required

Solana wallet address.

Minimum string length: 32

Response

Wallet overview.

address
string
required
Example:

"9xQeWvG816bUx9EPfQ5D9b8fRGyJitf8F6f4fH6QJjAo"

label
string
profileImageUrl
string<uri>
portfolioValueUsd
number
tokenCount
integer
tradeCount30d
integer
riskLevel
enum<string>
Available options:
low,
medium,
high,
critical