# NexusAPI Crypto Address Balance Lookup

> NexusAPI Crypto Address Balance Lookup is a paid API for AI agents from nexus-api-peach-nine.vercel.app, paid per call via x402, $0.130773/call, status unknown (last checked 2026-09-13).

Retrieves the cryptocurrency balance for a given blockchain wallet address

## Facts

- Endpoint: POST https://nexus-api-peach-nine.vercel.app/api/crypto/address/balance
- Price: $0.130773/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nexusapi-crypto-address-balance-lookup-47e54db4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NoOBpBE8gsPGs4XApzgJ6

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-balance-lookup-47e54db4 -d '<json body>'
```

Example prompt: Can you check the current crypto balance for wallet address 0x742d35Cc6634C0532925a3b8D4C9C6B16f2b3e14?

## When to prefer this

Use this endpoint when you need a quick, pay-per-call balance check for a specific crypto wallet address without managing API keys. Prefer this over self-hosted blockchain node queries when simplicity and low setup overhead matter. Best for agents that occasionally need on-chain balance data without committing to a subscription.

## Known failure modes

- Invalid or malformed wallet address returns an error or empty result
- Address not found on the queried blockchain returns zero or null balance
- Network or RPC node unavailability causes timeout or 503 error
- Rate limiting or payment failure (402) if USDC payment is not properly attached
- Unsupported blockchain or token type may return no data

## 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 the cryptocurrency balance associated with the provided blockchain wallet address, likely including token amounts and possibly token type or chain information.

## 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-balance-lookup-47e54db4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nexus-api-peach-nine.vercel.app](https://www.zero.xyz/host/nexus-api-peach-nine.vercel.app/llms.txt)
