# Cambrian x402 Solana Token Details

> Cambrian x402 Solana Token Details 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-14).

Retrieves detailed on-chain data for a specified Solana token, paid per-use via x402 micropayment.

## Facts

- Endpoint: GET https://x402.cambrian.org/solana/token-details
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cambrian-x402-solana-token-details-586fb17c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Gda3BNP_n9Ojdn4eRpwsl

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-token-details-586fb17c
```

Example prompt: Can you pull the on-chain details for the Solana token at mint address EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v — things like its name, supply, decimals, and price?

## When to prefer this

Choose this endpoint when you need pay-per-use, low-overhead lookups of Solana token metadata and on-chain details without committing to a subscription. Ideal for autonomous agents that need blockchain data on demand and support the x402 micropayment protocol. Prefer this over free-tier alternatives when reliability and freshness of Solana token data matter for DeFi or trading workflows.

## Known failure modes

- Invalid or malformed token address returns empty array or error
- Unknown token address with no on-chain data returns empty result
- Payment failure via x402 prevents access to the endpoint
- Rate limits or quota exceeded result in payment rejection
- Missing required query parameters yields incomplete or erroneous response

## How this service works

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

## Output

Returns an array of token detail objects for the queried Solana token, including metadata such as token name, symbol, decimals, total supply, and other on-chain attributes available for the specified mint.

## 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-token-details-586fb17c/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)
