# Heurist Mesh Token Profile

> Heurist Mesh Token Profile is a paid API for AI agents from mesh.heurist.xyz, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-15).

Fetches detailed profile and market data for a cryptocurrency token, including pairs, funding rates, and technical indicators.

## Facts

- Endpoint: POST https://mesh.heurist.xyz/x402/agents/TokenResolverAgent/token_profile
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/heurist-mesh-token-profile-4d96e885
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1NeJePbSzV2jTiqE9nvHK

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 heurist-mesh-token-profile-4d96e885 -d '<json body>'
```

Example prompt: Can you pull up the full token profile for Solana (SOL), including its technical indicators and funding rates from Binance?

## When to prefer this

Use this endpoint when you already know the token's symbol (BTC, ETH, SOL), contract address + chain, or CoinGecko ID. Prefer CoinGecko ID when available for unambiguous resolution. Use the token_search tool first if the token address or ID is unknown. Do not use for discovering trending tokens (use the trending tokens endpoint) or for searching token mentions on Twitter.

## Known failure modes

- Token not found when using symbol alone (ambiguous symbol) — agent should use token_search first
- Funding rates or technical indicators unavailable for non-large-cap tokens
- Pairs section returns empty if token is only CEX-traded and pairs section was enabled incorrectly
- Invalid contract address format causes resolution failure
- Rate limit or payment failure for the $0.002 USDC per call fee

## How this service works

Get detailed profile and market data of a token. Identify it by ONE OF: chain+address (for contract tokens) or symbol (for native/well-known tokens) or coingecko_id. Optional sections to return: pairs, funding_rates (Binance-listed large caps only), technical_indicators (large caps only). Use this tool for well-known tokens such as BTC, ETH, SOL, or for tokens that you already know its chain+address or Coingecko ID. Prefer to use Coingecko ID if available. If the token address or coingecko_id is not known, use token_search tool first to get the disambiguated token information. Only enable pairs section if the token is an altcoin or you believe it has a DEX pool (some tokens are only traded on CEXs). Do not enable pairs section for large caps tokens. Only enable funding rates and technical indicators for large caps.

## Output

Returns a structured token profile including price, market cap, volume, and metadata. Optionally includes DEX trading pairs (for altcoins), Binance funding rates (large caps only), and technical indicators (large caps only). Data is sourced from CoinGecko, DEX aggregators, and Binance.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/heurist-mesh-token-profile-4d96e885/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mesh.heurist.xyz](https://www.zero.xyz/host/mesh.heurist.xyz/llms.txt)
