# loki.freedomlab.space Solana Wallet Digest

> loki.freedomlab.space Solana Wallet Digest is a paid API for AI agents from loki.freedomlab.space, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns a Solana wallet's current SOL balance plus its last 8 verified on-chain transactions in a single call

## Facts

- Endpoint: POST https://loki.freedomlab.space/x402/digest/:address
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/loki-freedomlab-space-solana-wallet-digest-3a4a38a1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CLCjJASTJEuWi-RLVqCEW

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 loki-freedomlab-space-solana-wallet-digest-3a4a38a1 -d '<json body>'
```

Example prompt: Give me a quick wallet digest for the Solana address 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU — I want to see the current SOL balance and the last 8 verified transactions.

## When to prefer this

Choose this endpoint when you need a quick, combined snapshot of a Solana wallet's balance and recent transaction history in one call, without needing to query a Solana RPC node directly or parse raw blockchain data. Ideal for agents that need lightweight wallet auditing, pre-transaction checks, or portfolio visibility without full indexer infrastructure. Prefer over raw RPC calls when you want pre-verified, digested output at low cost ($0.01 USDC per call).

## Known failure modes

- Invalid or malformed Solana wallet address returns an error response
- Wallet address with no transaction history returns empty transaction array
- Network or RPC node timeout causes delayed or failed response
- Rate limiting or payment failure (USDC x402) prevents request completion
- Very new wallet with no on-chain activity may return zero balance and empty tx list

## How this service works

Solana wallet digest: balance + last 8 verified txs

## Output

Returns a JSON object containing the wallet's current SOL balance (and possibly token balances) and an array of up to 8 most recent verified on-chain transactions, each including transaction signature, amount, timestamp, and status details.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/loki-freedomlab-space-solana-wallet-digest-3a4a38a1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from loki.freedomlab.space](https://www.zero.xyz/host/loki.freedomlab.space/llms.txt)
