# Solana Onchain Trades Summary

> Solana Onchain Trades Summary is a paid API for AI agents from intel.twzrd.xyz, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Returns a summary of recent on-chain trade activity across Solana markets, providing market intelligence for Solana DEX and token trading.

## Facts

- Endpoint: GET https://intel.twzrd.xyz/v1/intel/solana_market_onchain_trades_summary
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/solana-onchain-trades-summary-024cba16
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZyKRe7xk8gyAtwgJO--UN

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 solana-onchain-trades-summary-024cba16
```

Example prompt: Can you pull the latest Solana on-chain trades summary so I can see what's been happening across Solana markets recently?

## When to prefer this

Choose this endpoint when you need aggregated on-chain trade intelligence specifically for the Solana blockchain, especially when you want a ready-made summary rather than raw transaction data. Ideal for agents monitoring Solana DeFi activity or needing quick market snapshots at low cost ($0.03 USDC per call).

## Known failure modes

- Payment not included or insufficient (402 Payment Required)
- Invalid or missing query parameters return an error
- Service unavailable or rate limited
- No recent trade data available for the requested period
- Network timeout or Solana RPC data lag

## How this service works

Solana Market intelligence (0.03 USDC on Solana mainnet)

## Output

A structured summary of recent on-chain trade activity on Solana, likely including trade counts, volumes, token pairs, and aggregate market statistics from DEX activity on the Solana blockchain.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "headers": {
     "type": "object",
     "additionalProperties": {
      "type": "string"
     }
    },
    "pathParams": {
     "type": "object",
     "additionalProperties": {
      "type": "string"
     }
    },
    "queryParams": {
     "type": "object",
     "additionalProperties": {
      "type": "string"
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/solana-onchain-trades-summary-024cba16/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from intel.twzrd.xyz](https://www.zero.xyz/host/intel.twzrd.xyz/llms.txt)
