# EMC2 AI - Four.meme Hot Shot Performers (BSC)

> EMC2 AI - Four.meme Hot Shot Performers (BSC) is a paid API for AI agents from emc2ai.io, paid per call via x402, $0.85/call, status unknown (last checked 2026-09-15).

Returns hot shot performers on the Four.meme bonding curve platform on Binance Smart Chain (BSC), identifying tokens with high momentum or rapid price/volume activity.

## Facts

- Endpoint: POST https://emc2ai.io/x402/bitquery/hotshots/raw
- Price: $0.85/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/emc2ai-io-d9490c09
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xTkq5V1HAJKrT1FcWK52O

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 emc2ai-io-d9490c09 -d '<json body>'
```

Example prompt: Show me the hot shot performers right now on the Four.meme bonding curve platform on BSC — I want to see which tokens are moving fast.

## When to prefer this

Use this endpoint when you specifically want to identify high-momentum or rapidly appreciating tokens on the Four.meme bonding curve launchpad on BSC. It is distinct from general DEX analytics or whale tracking endpoints — it is narrowly focused on Four.meme's bonding curve mechanism and is ideal for meme coin traders, alpha hunters, or agents monitoring early-stage BSC token launches.

## Known failure modes

- No hot shot tokens found if market is quiet or bonding curve activity is low
- Payment failure if 0.85 USDC is not available via x402 protocol
- Bitquery upstream timeout or rate limit returning 5xx error
- BSC node latency causing stale or delayed data
- Invalid or missing request body parameters returning 400 error

## How this service works

Hot shot performers on Four.meme bonding curve platform (BSC only).

## Output

A raw list of hot shot token performers currently active on the Four.meme bonding curve platform on Binance Smart Chain, including relevant performance metrics such as price movement, trading volume, and momentum indicators sourced from Bitquery.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "chain": {
   "enum": [
    "base",
    "ethereum",
    "bsc",
    "arbitrum",
    "polygon",
    "optimism",
    "solana"
   ],
   "type": "string",
   "description": "Blockchain to query (e.g., base, ethereum, bsc, solana)"
  },
  "limit": {
   "type": "string",
   "description": "Maximum number of results to return (default: 10, max: 500)"
  },
  "timeperiod": {
   "enum": [
    "1h",
    "4h",
    "24h",
    "7d",
    "30d"
   ],
   "type": "string",
   "description": "Time period for analysis (e.g., 1h, 24h, 7d, 30d)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/emc2ai-io-d9490c09/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from emc2ai.io](https://www.zero.xyz/host/emc2ai.io/llms.txt)
