# Synapse API — Ink Blockchain Latest Block

> Synapse API — Ink Blockchain Latest Block is a paid API for AI agents from synapse-api-brown.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Fetches the latest block data from the Ink blockchain network via the Synapse API suite

## Facts

- Endpoint: POST https://synapse-api-brown.vercel.app/api/ink/block/latest
- 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/synapse-api-ink-blockchain-latest-block-60d13020
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tGJ5RPsxFyydXBD-CHitJ

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 synapse-api-ink-blockchain-latest-block-60d13020 -d '<json body>'
```

Example prompt: What is the latest block on the Ink blockchain right now — can you fetch the current block number, hash, and timestamp?

## When to prefer this

Choose this endpoint when you specifically need the latest block data from the Ink blockchain network and are comfortable with pay-per-call USDC micropayments via the x402 protocol. It is part of the Synapse multi-chain suite covering 57+ networks, so prefer it if you are already using Synapse for other chains or need a unified API across blockchains rather than a dedicated single-chain provider.

## Known failure modes

- Network timeout if Ink RPC node is unreachable
- HTTP 402 payment required if USDC payment not provided via x402 protocol
- Empty or malformed response if Ink network is experiencing issues
- Invalid request body structure causing 400 Bad Request
- Rate limiting if too many calls made in quick succession

## How this service works

High-speed API suite for AI processing, web scraping, and smart data utilities across 57+ blockchain networks. Pay-per-call via x402.

## Output

Returns the latest block data from the Ink blockchain network, likely including block number, block hash, parent hash, timestamp, and possibly transaction count or other block header fields.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "type": "object",
     "$schema": "https://json-schema.org/draft/2020-12/schema",
     "properties": {},
     "additionalProperties": false
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/synapse-api-ink-blockchain-latest-block-60d13020/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from synapse-api-brown.vercel.app](https://www.zero.xyz/host/synapse-api-brown.vercel.app/llms.txt)
