# Cambrian x402 Solana Current Price

> Cambrian x402 Solana Current Price 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).

Returns the current price of a Solana token or asset via pay-per-use blockchain data feed.

## Facts

- Endpoint: GET https://x402.cambrian.org/solana/price-current
- 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-current-price-19b7f784
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6UIElxwitbF6U_cGoDTwM

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-current-price-19b7f784
```

Example prompt: What's the current price of SOL on Solana right now? Pull it from the Cambrian x402 price feed.

## When to prefer this

Choose this endpoint when you need real-time or current Solana token price data in a pay-per-use, autonomous agent context without requiring API key provisioning. Ideal for AI agents using the x402 micropayment protocol that need on-demand price lookups without subscription overhead. Prefer over general crypto price APIs when operating within the Cambrian x402 ecosystem or when paying per call in USDC is acceptable.

## Known failure modes

- Payment not received or insufficient USDC balance — returns 402 Payment Required
- Invalid or unsupported token identifier in query params — may return empty array or error
- Network latency or Solana RPC unavailability — may cause delayed or failed response
- Missing required query parameters — returns 400 or empty result
- Rate limiting if payment is not properly settled

## How this service works

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

## Output

An array containing current price data for the queried Solana token or asset, including the spot price and potentially metadata such as timestamp, token identifier, and source. Exact fields depend on the token queried.

## 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-current-price-19b7f784/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)
