# loki.freedomlab.space Token Price Snapshot

> loki.freedomlab.space Token Price Snapshot is a paid API for AI agents from loki.freedomlab.space, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Returns a real-time token price snapshot including USD price, market cap, and 24-hour change for a given CoinGecko token ID

## Facts

- Endpoint: POST https://loki.freedomlab.space/x402/price/:symbol
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/loki-freedomlab-space-token-price-snapshot-0996d1fc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_En_V8fC6evKoux2I54p5W

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 loki-freedomlab-space-token-price-snapshot-0996d1fc -d '<json body>'
```

Example prompt: What's the current USD price, market cap, and 24-hour change for Ethereum right now? Use the CoinGecko ID 'ethereum'.

## When to prefer this

Choose this endpoint when you need a quick, cheap ($0.005 USDC) real-time price snapshot for a single token by CoinGecko ID, especially within an agent workflow that already uses other loki.freedomlab.space services (memory, wallet monitoring). Prefer over full market data APIs when you only need USD price, market cap, and 24h change without order books or OHLCV history.

## Known failure modes

- Invalid or unknown CoinGecko token ID returns an error or empty result
- CoinGecko upstream rate-limiting or downtime may cause failed or stale responses
- Misspelled token symbol or ID results in no data returned
- Network timeout if CoinGecko API is slow to respond

## How this service works

Token price snapshot: USD, market cap, 24h change (coingecko id)

## Output

A JSON snapshot containing the token's current USD price, total market capitalization, and 24-hour percentage price change, keyed by CoinGecko token ID.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/loki-freedomlab-space-token-price-snapshot-0996d1fc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from loki.freedomlab.space](https://www.zero.xyz/host/loki.freedomlab.space/llms.txt)
