# INJ/USD Live Price — api.x402node.dev

> INJ/USD Live Price — api.x402node.dev 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 live price of Injective (INJ) in US Dollars (USD) with no input parameters required.

## Facts

- Endpoint: GET https://api.x402node.dev/crypto/price/inj/usd/inj-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/inj-usd-live-price-api-x402node-dev-283b6877
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ryEheNFdMziY3035-SdVC

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 inj-usd-live-price-api-x402node-dev-283b6877
```

Example prompt: What's the current price of INJ in USD right now? I need the live Injective token rate in US dollars.

## When to prefer this

Use this endpoint when you need the current real-time price of Injective (INJ) denominated in USD with no parameters to configure. Ideal for DeFi dashboards, portfolio trackers, trading bots, or any agent task that needs a quick INJ/USD spot price without building a full exchange integration. Prefer this over general market APIs when a simple, zero-param GET with a micropayment per call fits the workflow.

## Known failure modes

- Price feed temporarily unavailable — upstream data source outage
- Payment of $0.004 USDC not fulfilled — 402 Payment Required response
- Rate limiting if too many requests in a short window
- Stale price if source feed has not updated recently

## How this service works

Live INJ to USD price (Injective / US Dollar). Zero-param: GET returns current price. Injective美元实时价格行情。インジェクティブ/米ドル 価格。Precio Injective dólar. 인젝티브 달러 시세. inj usd, inj-usd, INJ price.

## Output

Returns a JSON object with the base currency ('INJ'), quote currency ('USD'), the trading pair identifier ('inj-usd'), the current live price as a number, the timestamp of the quote (as_of), and the data source.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/inj-usd-live-price-api-x402node-dev-283b6877/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)
