# Syra Token Metrics Insights

> Syra Token Metrics Insights is a paid API for AI agents from api.syraa.fun, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Returns on-chain token metrics and analytics data for Solana tokens via a pay-per-call x402 API

## Facts

- Endpoint: GET https://api.syraa.fun/insights/token-metrics
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/syra-token-metrics-insights-6e32ea28
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RDLdgNdoRZ3LA7uDw0OtM

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 syra-token-metrics-insights-6e32ea28
```

Example prompt: Pull the current token metrics for the Solana token at address So11111111111111111111111111111111111111112 — I want to see price, volume, and any other on-chain indicators Syra has.

## When to prefer this

Choose this endpoint when you need on-chain token metrics for Solana tokens and want pay-per-call pricing without a subscription. Ideal for AI agents that need sporadic, on-demand token analytics using x402 micropayments on Solana, especially when building autonomous trading or portfolio monitoring workflows.

## Known failure modes

- Payment not included or insufficient USDC — returns HTTP 402 requiring x402 payment
- Invalid or missing token identifier — returns error with no metrics
- Token not found on Solana — empty or null data response
- Network or API downtime — connection timeout or 5xx error
- Malformed query parameters — schema validation error

## How this service works

Machine money for agents on Solana: live x402 pay-per-call APIs, MCP tools, typed SDK. Earn · Treasury · Invest · Spend · Grow.

## Output

A JSON object confirming the payment was processed and returning token metrics data such as price, volume, market cap, and other on-chain indicators for the queried Solana token.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "paid": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/syra-token-metrics-insights-6e32ea28/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.syraa.fun](https://www.zero.xyz/host/api.syraa.fun/llms.txt)
