# Phantom API — Katana Token Metadata

> Phantom API — Katana 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-14).

Fetches on-chain token metadata for a given contract address on the Katana network

## Facts

- Endpoint: POST https://phantom-api-omega.vercel.app/api/katana/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-katana-token-metadata-91a9e84c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_T_CG7wvsMdDI4AVXUKi97

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-katana-token-metadata-91a9e84c -d '<json body>'
```

Example prompt: Can you look up the token metadata — name, symbol, and decimals — for the contract at 0x4200000000000000000000000000000000000006 on the Katana network?

## When to prefer this

Choose this endpoint when you need fast, pay-per-call token metadata resolution on the Katana network without managing your own RPC infrastructure. Ideal for agents that occasionally need token details without committing to a subscription-based provider. Best when the contract address is known and you need basic on-chain metadata (name, symbol, decimals) quickly and cheaply at $0.01 per call.

## Known failure modes

- Invalid or malformed contract address returns an error
- Contract address exists but is not a token contract (e.g. a plain wallet or non-ERC20 contract) may return empty or null metadata
- Network congestion or RPC unavailability may cause timeouts
- Contract address on a different network (not Katana) will return incorrect or no results
- Missing contractAddress field in request body returns a validation error

## 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 metadata for the specified token contract, typically including the token name, symbol, and decimal precision as stored in the smart contract on the Katana network.

## 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-katana-token-metadata-91a9e84c/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)
