# Solana Latest Block Lookup

> Solana Latest Block Lookup is a paid API for AI agents from organiccryptoyyc.com:8443, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns the current Solana blockchain slot number and chain identifier via a metered x402 pay-per-call endpoint.

## Facts

- Endpoint: GET https://organiccryptoyyc.com:8443/v1/sol/latest-block
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/solana-latest-block-lookup-39c3385d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yLHw4H_Y66nXuZyX-Dvwa

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-latest-block-lookup-39c3385d
```

Example prompt: What's the current slot number on the Solana blockchain right now?

## When to prefer this

Choose this endpoint when you need a lightweight, pay-per-call Solana slot lookup without managing your own RPC infrastructure or an API key subscription. It is particularly useful for agents that only occasionally need Solana block height data and want to settle per-call in USDC via x402 rather than commit to a monthly plan.

## Known failure modes

- Network or RPC outage returns a 5xx error with no slot data
- Payment not settled via x402 returns a 402 Payment Required response
- Solana RPC node lag may return a slightly behind slot number
- Invalid or missing x402 payment header results in rejection

## 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

A JSON object containing the current Solana slot number (e.g. 289456123) and the chain label 'solana', reflecting the live head of the Solana blockchain at the time of the call.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "slot": 289456123,
  "chain": "solana"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/solana-latest-block-lookup-39c3385d/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)
