# Phantom API — Boba Network Token Metadata

> Phantom API — Boba Network 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 smart contract address on the Boba Network blockchain

## Facts

- Endpoint: POST https://phantom-api-omega.vercel.app/api/boba/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-boba-network-token-metadata-e108f3a4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Jf9kPPApDgoljtFhGmq-u

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-boba-network-token-metadata-e108f3a4 -d '<json body>'
```

Example prompt: What's the name, symbol, and decimals for the token at contract address 0x5008F837883EA9a07271a1b5eB0658404F5a9610 on Boba Network?

## When to prefer this

Use this endpoint when you need fast, pay-per-call token metadata lookups specifically on the Boba Network (an Ethereum Layer 2 optimistic rollup). Prefer it over general-purpose RPC calls when you want a simple REST interface without managing node connections, and over other multi-chain APIs when Boba Network is your target chain.

## Known failure modes

- Invalid or malformed contract address returns an error
- Contract address exists but is not a token contract (e.g. a multisig or proxy) may return empty or partial metadata
- Network downtime on Boba Network may cause lookup failures
- Non-existent contract address returns null or error response
- Payment failure via x402 protocol prevents the call from being processed

## 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 token metadata for the specified Boba Network smart contract, including token name, symbol, number of decimals, and potentially additional ERC-20 or ERC-721 fields. Useful for identifying and labeling tokens in wallets, DEX interfaces, or analytics dashboards.

## 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-boba-network-token-metadata-e108f3a4/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)
