# Syra SPCX Intelligence Endpoint

> Syra SPCX Intelligence Endpoint is a paid API for AI agents from api.syraa.fun, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Provides smart trading intelligence and research for Solana traders via a pay-per-call API gateway endpoint at /spcx

## Facts

- Endpoint: GET https://api.syraa.fun/spcx
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/syra-spcx-intelligence-endpoint-ef756418
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5xGhE6_hYSh6ceM1zlSCV

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-spcx-intelligence-endpoint-ef756418
```

Example prompt: Can you ask the Syra intelligence agent to research the SPCX token on Solana and give me the latest trading insights?

## When to prefer this

Use this endpoint when you need AI-driven trading intelligence or research specifically for Solana tokens via a pay-per-call model. Prefer it over generic market data endpoints when you want synthesized, agent-grade insights rather than raw exchange data. Best suited for agents that can handle x402 micropayment flows with USDC.

## Known failure modes

- Payment not received — returns 402 Payment Required if USDC micropayment is not attached
- Invalid schema parameter — may return malformed or empty response
- Rate limiting — repeated calls without payment may be blocked
- Upstream data unavailable — Solana network or data provider issues may cause delayed or null responses

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

Returns a JSON object with ok and paid status flags along with trading intelligence, research, or market data relevant to the queried Solana asset or schema parameter.

## Example request

```json
{
 "schema": "spcx_token_research"
}
```

## Request schema (JSON Schema)

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

## 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-spcx-intelligence-endpoint-ef756418/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)
