# Solana Transaction History by Address

> Solana Transaction History by Address is a paid API for AI agents from organiccryptoyyc.com:8443, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Fetches on-chain transaction history for a given Solana wallet address, returning a count and recent transaction records via live RPC relay.

## Facts

- Endpoint: GET https://organiccryptoyyc.com:8443/v1/sol/history/%7Baddress%7D
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/solana-transaction-history-by-address-0da8a451
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kL80F-CCjrdz7OkEjliDO

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 solana-transaction-history-by-address-0da8a451
```

Example prompt: Pull the on-chain transaction history for Solana address 9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM — I want to see the recent activity and total transaction count.

## When to prefer this

Choose this endpoint when you need raw, live Solana transaction history sourced directly from on-chain RPC data, paid per-call in USDC via x402 micro-payment, without requiring API keys or subscription setup. Prefer it over free explorers when operating in an autonomous agent context that supports x402 payment flows, or when you need programmatic access to Solana history alongside other multi-chain data from the same provider.

## Known failure modes

- Invalid or malformed Solana address returns an error or empty result
- Address with no transaction history returns count 0
- RPC node unavailability may cause relay timeout or 5xx error
- Payment not settled in USDC causes 402 rejection before query executes
- Rate limiting if the metered quota for this route is exhausted

## How this service works

Real-device, multi-region site verification with screenshot proof, live Pocket Network Shannon relay-demand/tokenomics/validator-security data, and on-chain RPC snapshots across 38 chains -- Ethereum, Solana, BSC, and peaq natively, plus 34 more EVM chains via Pocket Network's free public gateway (Arbitrum, Base, Optimism, Polygon, Avalanche, zkSync, Linea, Scroll, Gnosis, and more) -- 54 metered x402 routes, priced and settled per call in USDC. Migrating to Acurast decentralized cloud compute for censorship-resistant hosting -- stay tuned.

## Output

Returns a JSON object with a 'count' integer indicating the number of transactions retrieved and a 'source' field confirming the data origin ('sol-history'), along with the transaction records for the specified Solana address.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "count": 20,
  "source": "sol-history"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/solana-transaction-history-by-address-0da8a451/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from organiccryptoyyc.com:8443](https://www.zero.xyz/host/organiccryptoyyc.com%3A8443/llms.txt)
