# Phantom API — Metis Token Metadata

> Phantom API — Metis Token Metadata 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-15).

Fetches token metadata (name, symbol, decimals, etc.) for a given contract address on the Metis blockchain network

## Facts

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

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-metis-token-metadata-f94b041c -d '<json body>'
```

Example prompt: Can you look up the token metadata for the Metis contract address 0xDeadBeef1234567890abcdef1234567890abcdef — I need the name, symbol, and decimals.

## When to prefer this

Choose this endpoint when you need fast, pay-per-call token metadata lookups specifically on the Metis network without managing your own RPC infrastructure. It is ideal for agents that occasionally need to resolve token details on Metis and want to avoid maintaining API keys or subscriptions to a full blockchain data provider.

## Known failure modes

- Invalid or malformed contract address returns an error
- Contract address not found on Metis network returns empty or not-found response
- Non-token contract addresses may return incomplete or missing metadata
- Network congestion or RPC issues may cause timeouts
- Payment failure (x402) blocks the request before it reaches the blockchain

## 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 on-chain token metadata for the specified Metis contract address, including the token name, symbol, number of decimals, and potentially supply or other contract-level attributes.

## 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-metis-token-metadata-f94b041c/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)
