# Filecoin (FIL) to USD Live Price

> Filecoin (FIL) to USD Live Price 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 FIL/USD price for Filecoin in US Dollars with no parameters required.

## Facts

- Endpoint: GET https://api.x402node.dev/crypto/price/fil/usd/fil-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/filecoin-fil-to-usd-live-price-2bb08b2b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0uVwT9PPBMmO08h9jG_H1

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 filecoin-fil-to-usd-live-price-2bb08b2b
```

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

## When to prefer this

Use this endpoint when you need a zero-parameter, instantly callable live FIL/USD price quote. Ideal for agents that need to display, convert, or monitor Filecoin's current market value in US dollars without constructing any query parameters.

## Known failure modes

- Price data source unavailable — upstream provider outage returns error
- Rate limiting — too many requests in a short window returns 429
- Payment failure — insufficient USDC balance or x402 payment rejected returns 402
- Network timeout — slow response from price feed source

## How this service works

Live FIL to USD price (Filecoin / US Dollar). Zero-param: GET returns current price. Filecoin美元实时价格行情。ファイルコイン/米ドル 価格。Precio Filecoin dólar. 파일코인 달러 시세. fil usd, fil-usd, FIL price.

## Output

A JSON object containing: the base currency ('FIL'), the quote currency ('USD'), the trading pair ('fil-usd'), the current price as a number, the timestamp of the price (as_of), and the data source identifier.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/filecoin-fil-to-usd-live-price-2bb08b2b/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)
