# invy

> invy is a free API for AI agents from invy.bot, Free, status unknown (last checked 2026-09-15).

Returns token holdings, prices, values, and NFTs for any wallet address across Ethereum and Solana.

## Facts

- Endpoint: POST https://invy.bot
- Price: Free
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/invy-1da82922
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IKRtcnjcs1LW6ljuGMulv

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability invy-1da82922 -d '<json body>'
```

Example prompt: What tokens and NFTs does the wallet 0x742d35Cc6634C0532925a3b844Bc454e4438f44e hold on Ethereum, and what are they worth right now?

## When to prefer this

Use invy when you need a comprehensive, multi-chain view of a wallet's token and NFT holdings including real-time valuations, across both Ethereum and Solana, without needing to query multiple separate chain APIs.

## Known failure modes

- Invalid wallet address format returns an error
- Unsupported chain or network returns no results
- Wallet with zero activity may return empty holdings
- Rate limiting or service unavailability may cause timeout
- Address on an unsupported chain returns partial or empty data

## How this service works

Returns any wallet's token holdings (including values, prices, and NFTs) across Ethereum and Solana.

## Output

A structured breakdown of all token holdings for the given wallet including token names, quantities, current prices, USD values, and NFT assets, across Ethereum and/or Solana.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/invy-1da82922/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from invy.bot](https://www.zero.xyz/host/invy.bot/llms.txt)
