# Syra Equity Intelligence Endpoint

> Syra Equity 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).

Returns equity-related intelligence or research data for traders operating on Solana via a pay-per-call x402 API

## Facts

- Endpoint: GET https://api.syraa.fun/equity
- 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-equity-intelligence-endpoint-59dedde6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_I8DTunllh-8n5YqJ5gX14

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-equity-intelligence-endpoint-59dedde6
```

Example prompt: Can you pull the equity research data for AAPL using the Syra intelligence API — I want to see what it returns for the default schema?

## When to prefer this

Choose this endpoint when you need on-demand equity research or trading intelligence without a subscription, especially when operating in a Solana-native or crypto-payment context and want pay-per-call pricing via x402 micropayments.

## Known failure modes

- Payment not included or insufficient — 402 Payment Required returned
- Invalid or missing schema parameter — malformed request error
- Equity identifier not recognized — empty or null result
- API gateway timeout — upstream intelligence service unavailable
- Rate limit exceeded — too many calls in short period

## 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 with an 'ok' boolean confirming success, a 'paid' boolean confirming the x402 micropayment was processed, and equity intelligence or research data corresponding to the requested schema parameter.

## Example request

```json
{
 "schema": "default"
}
```

## 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-equity-intelligence-endpoint-59dedde6/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)
