# Freysa Intelligence – Trending Tokens

> Freysa Intelligence – Trending Tokens is a paid API for AI agents from economic-agent-369.freysa.dev, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-14).

Returns a list of currently trending on-chain tokens with associated security and risk intelligence.

## Facts

- Endpoint: POST https://economic-agent-369.freysa.dev/api/trending
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/freysa-intelligence-trending-tokens-4237622b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_k9FpvY5gJMfhBSUevzwEq

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 freysa-intelligence-trending-tokens-4237622b -d '<json body>'
```

Example prompt: What tokens are trending on-chain right now? Pull the current trending list from Freysa Intelligence so I can see what's hot.

## When to prefer this

Choose this endpoint when an agent needs a real-time pulse on which tokens are gaining on-chain traction, especially when security and risk context from Freysa Intelligence is also desired. Prefer it over generic market-cap APIs when the use case involves autonomous agents that need curated, security-aware trending data on EVM chains. Best suited for lightweight trend discovery where a pay-per-call model (x402 on Base) is acceptable.

## Known failure modes

- Payment failure via x402 if USDC balance is insufficient or Base network is congested
- Empty or stale trending list if indexer data is lagging
- HTTP 402 returned if payment header is missing or malformed
- Malformed response if _format parameter is set to an unsupported value
- Rate limiting or timeout if the underlying data source is temporarily unavailable

## How this service works

Security intelligence layer for autonomous agents. On-chain security, token risk analysis, wallet forensics, and transaction simulation. Pay-per-call via x402 on Base.

## Output

Returns an array of currently trending tokens, likely including token identifiers, names, and associated on-chain metadata. Exact fields depend on the service response but represent the top tokens gaining attention or volume across EVM chains at the time of the call.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "_format": {
   "type": "string",
   "description": "Response format"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "trending": {
   "type": "array",
   "description": "Trending tokens"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/freysa-intelligence-trending-tokens-4237622b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from economic-agent-369.freysa.dev](https://www.zero.xyz/host/economic-agent-369.freysa.dev/llms.txt)
