# Solana Latest Block Number and Time

> Solana Latest Block Number and Time 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 latest block number and timestamp on the Solana blockchain

## Facts

- Endpoint: GET https://x402.cambrian.org/solana/latest-block
- 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/solana-latest-block-number-and-time-258c39b2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GA0wTjT4wZ4adf82MGG1z

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-number-and-time-258c39b2
```

Example prompt: What is the latest block number and timestamp on the Solana blockchain right now?

## When to prefer this

Use this endpoint when you need a quick, lightweight lookup of the current Solana chain tip without setting up your own RPC node. Ideal for agents that need to anchor timestamps, confirm network liveness, or track block progression without running Solana infrastructure.

## Known failure modes

- Solana RPC node temporarily unavailable — returns 5xx error
- Payment not provided or insufficient — returns 402 Payment Required
- Rate limit exceeded — returns 429 Too Many Requests
- Network congestion causing stale data

## How this service works

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

## Output

Returns the latest block number (block height) and the timestamp of the most recently produced block on the Solana blockchain, useful for confirming chain liveness and anchoring time-sensitive operations.

## 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/solana-latest-block-number-and-time-258c39b2/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)
