# Cambrian x402 Solana Wallet Balance History

> Cambrian x402 Solana Wallet Balance History is a paid API for AI agents from x402.cambrian.org, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns the historical token balance snapshots for a given Solana wallet address over time, paid per call via x402.

## Facts

- Endpoint: GET https://x402.cambrian.org/solana/wallet-balance-history
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cambrian-x402-solana-wallet-balance-history-f82fc962
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4MNfPblQlqDBVYeNae4ba

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 cambrian-x402-solana-wallet-balance-history-f82fc962
```

Example prompt: Can you pull up the historical token balance record for the Solana wallet address 5yZ...ABC so I can see how the holdings have changed over time?

## When to prefer this

Choose this endpoint when you need on-chain historical balance data specifically for Solana wallets and are operating in a pay-per-use autonomous agent context using x402 micropayments. It is ideal for blockchain analytics, portfolio auditing, and anomaly detection on Solana. Prefer it over general-purpose RPC calls when you need structured, pre-processed historical snapshots rather than raw chain data.

## Known failure modes

- Invalid or malformed Solana wallet address returns an error or empty array
- Wallet with no on-chain history returns an empty array
- Payment failure via x402 results in HTTP 402 and no data returned
- Rate limiting or service unavailability returns a 5xx error
- Missing required query parameters may return a 400 error or unexpected empty results

## How this service works

Pay-per-use blockchain and social data for autonomous agents.

## Output

Returns an array of historical balance records for the specified Solana wallet, each entry containing token amounts and associated timestamps showing how the wallet's holdings changed over time.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "queryParams": {
     "type": "object",
     "additionalProperties": true
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "array"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "array"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cambrian-x402-solana-wallet-balance-history-f82fc962/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.cambrian.org](https://www.zero.xyz/host/x402.cambrian.org/llms.txt)
