# Amori x402 – Pump.fun Token Info

> Amori x402 – Pump.fun Token Info is a paid API for AI agents from api.amori402.xyz, paid per call via x402, $0.008/call, status unknown (last checked 2026-09-14).

Retrieves detailed on-chain information about a Pump.fun token on Solana given its mint address

## Facts

- Endpoint: POST https://api.amori402.xyz/api/v1/pumpfun/token-info
- Price: $0.008/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/amori-x402-pump-fun-token-info-ebcd53fb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cWHcB9ME13hD2ZnDvKu7w

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 amori-x402-pump-fun-token-info-ebcd53fb -d '<json body>'
```

Example prompt: Can you pull up the Pump.fun token info for the Solana mint address 6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN?

## When to prefer this

Choose this endpoint when you specifically need on-chain data for a Pump.fun token on Solana and have the mint address. It is purpose-built for Pump.fun token lookups via the x402 micropayment protocol, making it ideal for AI agents that need programmatic, pay-per-call access to Solana memecoin intelligence without managing API keys.

## Known failure modes

- Invalid or malformed mint address (not valid base58 or wrong length) returns an error response
- Mint address not found on Pump.fun returns no data or empty data object
- Network or RPC connectivity issues may cause timeouts
- Payment not included or insufficient USDC (x402 protocol) results in 402 Payment Required
- Rate limiting or quota exceeded may return 429 error

## How this service works

On-chain intelligence API for AI Agents. Token security, wallet reputation, phishing detection, trending pairs, Pump.fun data, and wallet balances across EVM and Solana. Powered by x402 protocol.

## Output

Returns a JSON object with a 'success' boolean and a 'data' object containing detailed on-chain information about the specified Pump.fun token, including metadata, security signals, and token-specific attributes associated with the mint address.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "mint"
 ],
 "properties": {
  "mint": {
   "type": "string",
   "description": "Solana token mint address (base58, 32-44 characters)."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/amori-x402-pump-fun-token-info-ebcd53fb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.amori402.xyz](https://www.zero.xyz/host/api.amori402.xyz/llms.txt)
