# Synapse API — Linea Token Metadata Lookup

> Synapse API — Linea Token Metadata Lookup 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-13).

Fetches token metadata (name, symbol, decimals, etc.) for a given contract address on the Linea blockchain network.

## Facts

- Endpoint: POST https://synapse-api-brown.vercel.app/api/linea/token/metadata
- 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/synapse-api-linea-token-metadata-lookup-343a92ca
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tfV3F0Bo8sEAaoWk-dnnm

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-linea-token-metadata-lookup-343a92ca -d '<json body>'
```

Example prompt: Can you look up the token metadata — name, symbol, and decimals — for the contract address 0x1234...abcd on the Linea blockchain?

## When to prefer this

Use this endpoint when you need fast, on-demand token metadata specifically for the Linea blockchain network. Prefer it over generic multi-chain explorers when you know the target chain is Linea and want a simple pay-per-call lookup without API key management.

## Known failure modes

- Invalid or malformed contract address returns an error
- Contract address does not exist on Linea — returns null or not found
- Contract is not a standard ERC20/token contract — metadata fields may be absent
- Payment failure via x402 protocol prevents the call from completing
- Network timeout or RPC node unavailability on Linea

## 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 token metadata for the specified Linea contract address, typically including the token name, symbol, number of decimals, and possibly total supply or other ERC20-standard fields.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/synapse-api-linea-token-metadata-lookup-343a92ca/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)
