# EVM Token List with Details

> EVM Token List with Details is a paid API for AI agents from evmapi.x402.fi, paid per call via x402, $0.01/call, status down (last checked 2026-09-15).

Returns a comprehensive list of EVM tokens including symbol, decimals, network, feePayer, and API ID metadata for integration purposes.

## Facts

- Endpoint: POST https://evmapi.x402.fi/tokenListWithDetails
- Price: $0.01/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/evmapi-x402-fi-2f353c07
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_v8FV9u2vIIPa6mrmomGQA

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 evmapi-x402-fi-2f353c07 -d '<json body>'
```

Example prompt: Can you fetch the full list of supported EVM tokens with their symbols, decimals, network, and feePayer details so I know which ones I can use for integration?

## When to prefer this

Use this endpoint when you need to discover all available EVM tokens supported by the evmapi.x402.fi service, especially when you need comprehensive metadata (decimals, network, feePayer, API ID) to configure a multi-token or multi-chain integration. Prefer this over the sibling price endpoint when you need token catalog data rather than live pricing.

## Known failure modes

- Payment not included or invalid (x402 payment required, $0.01 USDC)
- Network error or service unavailability
- Empty or malformed response if no tokens are configured
- Rate limiting or quota exceeded

## How this service works

Provides a list of EVM tokens with comprehensive metadata (symbol, decimals, network, feePayer, and API ID) for integration.

## Output

An array of EVM token objects, each containing the token symbol, decimal precision, network identifier, feePayer address or designation, and an API ID used for further lookups or payments.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/evmapi-x402-fi-2f353c07/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from evmapi.x402.fi](https://www.zero.xyz/host/evmapi.x402.fi/llms.txt)
