# Phantom API — Token Metadata Lookup

> Phantom API — Token Metadata Lookup is a paid API for AI agents from phantom-api-omega.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Retrieves on-chain metadata for a token given its contract address, across 57+ blockchain networks.

## Facts

- Endpoint: POST https://phantom-api-omega.vercel.app/api/tempo/token/metadata
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/phantom-api-token-metadata-lookup-d4b626e3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Utoh2Fvb9TpyI4NpgVjwl

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 phantom-api-token-metadata-lookup-d4b626e3 -d '<json body>'
```

Example prompt: Can you look up the on-chain metadata — name, symbol, and decimals — for the token at contract address 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48?

## When to prefer this

Choose this endpoint when you need fast, pay-per-call on-chain token metadata retrieval without managing your own RPC infrastructure. Ideal for agents that need to resolve contract addresses to human-readable token information across many EVM-compatible chains without committing to a subscription.

## Known failure modes

- Invalid or malformed contract address returns an error response
- Contract address exists but is not a token contract (e.g. a plain wallet or non-ERC-20 contract) may return empty or null metadata
- Unsupported network or chain for the given contract address
- Rate limiting or payment failure due to missing or invalid x402 payment header
- Network congestion causing slow or failed RPC response

## How this service works

Lightning-fast access to blockchain data, smart contract insights, and Web3 infrastructure across 57+ networks. Pay-per-call via x402.

## Output

Returns structured on-chain metadata for the specified token contract, typically including the token name, symbol, and decimal precision as recorded on the blockchain.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "contractAddress": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/phantom-api-token-metadata-lookup-d4b626e3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from phantom-api-omega.vercel.app](https://www.zero.xyz/host/phantom-api-omega.vercel.app/llms.txt)
