# Cambrian x402 Solana Trade Statistics

> Cambrian x402 Solana Trade Statistics is a paid API for AI agents from x402.cambrian.org, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Returns trade statistics for Solana blockchain tokens or accounts, payable per-use via x402 micropayment.

## Facts

- Endpoint: GET https://x402.cambrian.org/solana/trade-statistics
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cambrian-x402-solana-trade-statistics-8baf09d8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_h4qZYTW5SRO9XW6nPwdJ8

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 cambrian-x402-solana-trade-statistics-8baf09d8
```

Example prompt: Pull the trade statistics for the Solana token at address EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v and tell me the volume and number of trades.

## When to prefer this

Choose this endpoint when you need pay-per-use, on-demand Solana trade statistics without a subscription, particularly for autonomous agents that only query occasionally. Prefer this over aggregator APIs when you want micropayment-based access and Solana-native data from Cambrian's blockchain data layer.

## Known failure modes

- Invalid or missing Solana address returns empty array or error
- Payment not processed (402) blocks data access
- Rate limiting if query parameters are malformed
- Unknown token address may return empty result set
- Network or RPC node downtime causing timeout

## How this service works

Pay-per-use blockchain and social data for autonomous agents.

## Output

An array of trade statistic records for the queried Solana token or address, including metrics such as trade volume, transaction counts, price data, and related on-chain trading activity.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "queryParams": {
     "type": "object",
     "additionalProperties": true
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "array"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "array"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cambrian-x402-solana-trade-statistics-8baf09d8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.cambrian.org](https://www.zero.xyz/host/x402.cambrian.org/llms.txt)
