# x402stock Solana Token Data via ZeroClick

> x402stock Solana Token Data via ZeroClick is a paid API for AI agents from agents.x402stock.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Fetches on-chain data for a Solana token by its mint address, paid per-request in USDC via x402.

## Facts

- Endpoint: GET https://agents.x402stock.xyz/api/v1/solana/token/%7Bmint%7D
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402stock-solana-token-data-via-zeroclick-9ff3da9d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__DpOd7kF5c2iZzV6tFneR

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 x402stock-solana-token-data-via-zeroclick-9ff3da9d
```

Example prompt: Can you pull up the on-chain token data for the Solana mint address EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v? I want to see its price, liquidity, and any other market details.

## When to prefer this

Choose this endpoint when you need on-chain Solana token data (SPL tokens, memecoins, DeFi tokens) identified by their mint address, especially in agent workflows that already handle x402 micropayments in USDC. Prefer over alternatives when no API key management is desired and pay-per-request pricing is acceptable.

## Known failure modes

- Invalid or malformed mint address returns a 4xx error
- Unknown mint address not indexed returns empty or 404
- Payment failure in USDC via x402 results in 402 Payment Required
- Rate limiting or quota exhaustion may return 429
- Solana RPC/data source downtime may cause 503

## How this service works

Market and economic data for AI agents — US stocks, ETFs and options, forex, crypto and on-chain perps, energy commodities (crude, natural gas, gasoline), US and global macro (Fed funds, CPI/PCE, jobs, GDP, Treasury debt & yields, World Bank indicators), SEC filings, congressional trades, and market sentiment. No API keys, no accounts. Pay per request in USDC via x402 or MPP. This server is a pay-per-use, transparent proxy in front of x402stock's own API: it handles identity, payment, and proxying. Agents can purchase autonomously or with their human's approval. This document is the source of truth for agents: it lists the complete verified paid surface with each operation's live price in its x-payment-info. Endpoints not listed here are not part of the supported catalog. The live catalog at /manifest.json is authoritative for prices and any free included units (prices[].includedUnits) - some meters include free usage per account before any charge.

## Output

Returns on-chain token data for the specified Solana mint address, likely including token name, symbol, price, liquidity, trading volume, and other market or metadata fields relevant to the SPL token.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402stock-solana-token-data-via-zeroclick-9ff3da9d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.x402stock.xyz](https://www.zero.xyz/host/agents.x402stock.xyz/llms.txt)
