# defi.hugen.tokyo Token Price Lookup

> defi.hugen.tokyo Token Price Lookup is a paid API for AI agents from defi.hugen.tokyo, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Returns current token prices with symbol, decimals, and confidence score for one or more tokens identified by chain:address format

## Facts

- Endpoint: GET https://defi.hugen.tokyo/defi/price
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/defi-hugen-tokyo-5e30940d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5o7nAFi-jgYLjDXCrjZAm

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 defi-hugen-tokyo-5e30940d
```

Example prompt: What's the current price, symbol, and decimals for ethereum:0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 and bsc:0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d — I need the confidence score too.

## When to prefer this

Use this endpoint when you need token prices for one or multiple EVM or Solana tokens identified by their on-chain contract address, especially when you need confidence scoring alongside price data and want to batch queries across chains like Ethereum and BSC in a single call

## Known failure modes

- Invalid chain identifier returns error or empty result
- Unknown or untracked contract address returns no price data
- Malformed chain:address format causes parsing error
- Payment not received results in 402 response
- Rate limiting or quota exceeded returns 429
- Token with very low liquidity may return low confidence score or no data

## How this service works

Token prices with chain:address format — supports batch queries (e.g., ethereum:0x..., bsc:0x...). Returns price, symbol, decimals, and confidence score. Accepts USDC payments on Base and Solana

## Output

A response containing the current USD price, token symbol, number of decimals, and a confidence score for each queried token, keyed by chain:address identifier

## Example request

```json
{
 "coins": "ethereum:0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48,bsc:0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d"
}
```

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ]
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/defi-hugen-tokyo-5e30940d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from defi.hugen.tokyo](https://www.zero.xyz/host/defi.hugen.tokyo/llms.txt)
