# SLAMai Exotic Token Price

> SLAMai Exotic Token Price is a paid API for AI agents from api.slamai.dev, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Retrieves token price details including FDV, liquidity, and 24-hour change, quoted in any ERC20 or major blockchain token (exotic quote currency).

## Facts

- Endpoint: POST https://api.slamai.dev/token/price/exotic
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/slamai-761d995e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VKR6DzLJTkwlrjeCYUCWs

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 slamai-761d995e -d '<json body>'
```

Example prompt: What's the current price, FDV, liquidity, and 24-hour change for the token at contract 0xAbCd...1234 quoted in WBTC?

## When to prefer this

Use this endpoint when you need token price data quoted in an exotic ERC20 or non-standard blockchain token (not USD or ETH). Choose this over the standard price endpoint when your application requires cross-token pricing, DeFi pair analysis, or smart money intelligence denominated in a specific on-chain asset.

## Known failure modes

- Invalid or unrecognized token contract address returns an error
- Unsupported quote token (not a valid ERC20 or recognized blockchain token) returns an error
- Insufficient on-chain liquidity data may result in missing or null fields
- Payment failure (x402) results in 402 response before data is returned
- Rate limiting may occur under high request volume

## How this service works

Retrieves token price details including FDV, liquidity, and 24-hour change, quoted in any ERC20 or major blockchain token.

## Output

Returns the token's current price expressed in the specified exotic ERC20 or blockchain token, along with fully diluted valuation (FDV), liquidity depth, and 24-hour percentage price change.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/slamai-761d995e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.slamai.dev](https://www.zero.xyz/host/api.slamai.dev/llms.txt)
