# NexusAPI Crypto Address Token Lookup

> NexusAPI Crypto Address Token Lookup is a paid API for AI agents from nexus-api-virid.vercel.app, paid per call via x402, $0.068504/call, status unknown (last checked 2026-09-16).

Retrieves the list of tokens held by a given cryptocurrency wallet address

## Facts

- Endpoint: POST https://nexus-api-virid.vercel.app/api/crypto/address/tokens
- Price: $0.068504/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nexusapi-crypto-address-token-lookup-fe8759e7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9NYTRkqHaqLprJJasXJui

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 nexusapi-crypto-address-token-lookup-fe8759e7 -d '<json body>'
```

Example prompt: Can you look up all the tokens held by the wallet address 0x1234abcd...5678 and tell me what it holds?

## When to prefer this

Use this endpoint when you need a quick, pay-per-call token balance lookup for a blockchain wallet address without managing API keys. Ideal for agents that need on-demand crypto portfolio data and are already integrated with x402 USDC micropayments on Base.

## Known failure modes

- Invalid or malformed wallet address returns an error
- Address with no token holdings returns an empty list
- Unsupported chain or network may return no results
- Rate limiting or payment failure (HTTP 402) if USDC payment is insufficient
- Network timeout if the underlying blockchain data provider is slow

## How this service works

Crypto, AI, Social Media, Finance, Weather, Tools &amp; more. Pay per call in USDC on Base. No API keys.

## Output

Returns a list of tokens associated with the queried wallet address, likely including token names, contract addresses, balances, and possibly USD values or metadata for each token held by the address.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Search query or input parameter"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "description": "API response data"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nexusapi-crypto-address-token-lookup-fe8759e7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nexus-api-virid.vercel.app](https://www.zero.xyz/host/nexus-api-virid.vercel.app/llms.txt)
