Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api-nova.tech/v1/data/wallets/{address}/tokens
{ "tokens": [ { "mint": "<string>", "amount": "<string>", "symbol": "<string>", "name": "<string>", "valueUsd": 123, "portfolioPct": 123, "priceUsd": 123 } ] }
Returns token holdings for a public wallet.
Solana wallet address.
32
Maximum number of records to return.
1 <= x <= 100
Wallet token holdings.
Show child attributes
Was this page helpful?