> ## 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.

# Token & Wallet Intelligence

> On-chain intelligence APIs for Solana token discovery, wallet profiles, trades, prices, charts, and market signals.

Token & Wallet Intelligence is Nova's public on-chain data layer.

Use it when your app needs clean answers about tokens, wallets, trades, or market movement without building a whole indexing stack first.

The main identifiers are simple: public wallet addresses, token mints, and transaction signatures.

## What It Includes

| Area        | What it gives you                                           |
| ----------- | ----------------------------------------------------------- |
| Token Data  | Search, trending tokens, token profiles, prices, and charts |
| Wallet Data | Wallet overview, holdings, trades, and recent activity      |
| Trader Data | Leaderboards, live trade feed, and token signals            |

## Base URL

```text theme={"dark"}
https://api-nova.tech
```

Public endpoints do not require an API key or Authorization header. They are protected with rate limits, request caps, and abuse monitoring.

## What To Build

Token & Wallet Intelligence is useful for:

* Token discovery pages
* Wallet intelligence tools
* Trading dashboards
* Copy-trading research
* Wallet-aware agents
* Portfolio summaries
* Market alerts

Start with wallet overview, token search, trending tokens, or market signals. Send a public wallet address or token mint and return a Nova response in your app.
