# Phantom API — Robinhood Token Metadata

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

Returns on-chain metadata for a token given its contract address, using Robinhood as the data source.

## Facts

- Endpoint: POST https://phantom-api-omega.vercel.app/api/robinhood/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-robinhood-token-metadata-bc9d792b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qL5MpTYULV-Cv0W1PNpL6

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-robinhood-token-metadata-bc9d792b -d '<json body>'
```

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

## When to prefer this

Use this endpoint when you need fast, pay-per-call token metadata retrieval for a known contract address and want to avoid managing API keys or subscriptions. Particularly useful when you need quick one-off lookups for token name, symbol, or decimals in a Web3 agent workflow.

## Known failure modes

- Invalid or malformed contract address returns an error
- Contract address exists but is not a token contract (e.g. plain EOA or non-ERC20)
- Network not supported returns an error or empty result
- Payment failure via x402 protocol blocks request
- Rate limiting or service unavailability on the Vercel deployment

## 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 given contract address, likely including token name, symbol, decimal precision, total supply, and other contract-level details sourced via Robinhood's blockchain data infrastructure.

## 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-robinhood-token-metadata-bc9d792b/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)
