# NEAR/USD Live Price Feed

> NEAR/USD Live Price Feed is a paid API for AI agents from api.x402node.dev, paid per call via x402, $0.004/call, status unknown (last checked 2026-09-14).

Returns the current real-time NEAR Protocol to US Dollar price with source and timestamp

## Facts

- Endpoint: GET https://api.x402node.dev/crypto/price/near/usd/near-usd
- Price: $0.004/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/near-usd-live-price-feed-a8198c0c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ho7wU77H4S_Z5FIP1zRhq

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 near-usd-live-price-feed-a8198c0c
```

Example prompt: What's the current price of NEAR in US dollars right now?

## When to prefer this

Use this endpoint when you need a zero-parameter, instant lookup of the current NEAR/USD spot price — ideal for portfolio valuation, trading triggers, or displaying live crypto prices in an app. Prefer this over general-purpose market data APIs when you specifically need NEAR and want a pay-per-call model with no API key setup.

## Known failure modes

- Price feed source temporarily unavailable — returns an error or stale data
- Network timeout if upstream data provider is unresponsive
- Payment of $0.004 USDC not fulfilled — request blocked by x402 paywall
- Rate limiting if too many requests are made in quick succession

## How this service works

Live NEAR to USD price (NEAR Protocol / US Dollar). Zero-param: GET returns current price. NEAR美元实时价格行情。ニア/米ドル 価格。Precio NEAR dólar. 니어 달러 시세. near usd, near-usd, NEAR price. Accepts payment on Base or Solana — either network works.

## Output

Returns a JSON object with the base currency ('NEAR'), quote currency ('USD'), trading pair identifier ('near-usd'), numeric price as a float, the data source name, and an ISO timestamp indicating when the price was recorded.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/near-usd-live-price-feed-a8198c0c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.x402node.dev](https://www.zero.xyz/host/api.x402node.dev/llms.txt)
