# Phantom API — Humanity Token Metadata

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

Retrieves on-chain token metadata for a given smart contract address on the Humanity protocol network

## Facts

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

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-humanity-token-metadata-b81cdb22 -d '<json body>'
```

Example prompt: What are the name, symbol, and decimals for the token deployed at contract address 0xAbC123... on the Humanity network?

## When to prefer this

Use this endpoint when you specifically need token metadata from the Humanity protocol network and want pay-per-call pricing via x402 without a subscription. Prefer this over general-purpose block explorers when you need programmatic, structured metadata output for a single contract address at low cost per call.

## Known failure modes

- Invalid or malformed contract address returns an error or empty response
- Contract address exists but is not a token contract (e.g. a plain wallet or non-ERC20 contract) may return null or partial data
- Network unavailable or RPC node degraded results in timeout or 5xx error
- Payment failure via x402 protocol prevents the call from completing
- Contract not deployed on the Humanity network returns a not-found 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 token name, symbol, number of decimals, and total supply as recorded on the Humanity protocol 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-humanity-token-metadata-b81cdb22/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)
