x402basequality 0.65

Pay-per-call API returning top meme/bonding-curve traders on Four.meme (BSC), powered by Bitquery data.

Price
0.85 USDC / call
Protocol
x402
Verified
no

What it does

This x402-enabled endpoint from Agent Einstein (emc2ai.io) returns data on the top meme-coin and bonding-curve traders active on the Four.meme platform on Binance Smart Chain. It is backed by Bitquery's on-chain analytics and exposed as a pay-per-use service via the x402 payment protocol.

The endpoint accepts a JSON POST body with optional parameters for chain selection (though the description says BSC only, the schema enumerates base, ethereum, bsc, arbitrum, polygon, optimism, and solana), a time period (1h, 4h, 24h, 7d, or 30d), and a result limit (up to 500). Payment is accepted in USDC on Base, USDC on Solana, or BTC via Lightning Network. The price is $0.85 per call — 850,000 base units of USDC (6 decimals) or 1,113 sats on Lightning, with the Lightning option explicitly noting a $0.85 USD equivalent.

The response returns a status field, a result object containing the trader data, and a payment receipt object. No sample response body is provided in the available documentation, so the exact shape of the result object is not fully specified. The endpoint is live and returns a proper 402 challenge with full outputSchema metadata.

Capabilities

x402-paymenton-chain-analyticstop-tradersmeme-coin-databonding-curve-analysisbitquery-integrationmulti-chain-paymentlightning-networkusdc-baseusdc-solana

Use cases

  • Identify the most profitable meme-coin traders on Four.meme over configurable time windows
  • Feed trader leaderboard data into an AI agent's DeFi strategy pipeline
  • Monitor whale activity on BSC bonding-curve platforms
  • Build dashboards showing top-performing Four.meme participants
  • Backtest copy-trading strategies using historical top-trader data

Fit

Best for

  • AI agents needing programmatic access to on-chain trader rankings
  • DeFi researchers analyzing meme-coin market dynamics on BSC
  • Developers building copy-trading or social-trading tools around Four.meme

Not for

  • Real-time streaming trade feeds (this is a request/response endpoint, not a websocket)
  • Cross-platform aggregated trader rankings beyond Four.meme
  • Users who need free unlimited access — every call costs $0.85

Quick start

curl -X POST https://emc2ai.io/x402/bitquery/toptraders/raw \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_header>" \
  -d '{"chain": "bsc", "timeperiod": "24h", "limit": "10"}'

Example

Request

{
  "chain": "bsc",
  "limit": "10",
  "timeperiod": "24h"
}

Response

{
  "result": {
    "traders": [
      {
        "trades": 47,
        "address": "0xabc...123",
        "pnl_usd": 12500.5,
        "win_rate": 0.72
      }
    ]
  },
  "status": "completed",
  "payment": {
    "asset": "USDC",
    "amount": "850000",
    "network": "base",
    "settled": true
  }
}

Endpoint

Transporthttp
Protocolx402
Pay to0xc9368b30BD620164FD1a05a5d99dcaf8Ae754775
CurrencyUSD COIN

Quality

0.65/ 1.00

The endpoint is live with a well-structured 402 challenge including full input schema and multi-chain payment options. However, no sample response body or detailed field documentation is available, and the /api route returned a 522 error during crawl. The example response JSON above is inferred from the outputSchema description and should be treated as illustrative, not authoritative.

Warnings

  • The /api route returned HTTP 522 (origin timeout) during crawl, suggesting intermittent backend issues.
  • The result object schema is described only as 'Query result data' with no field-level detail — actual response shape is unknown.
  • Description says 'BSC only' but the input schema enumerates 7 chains; behavior on non-BSC chains is unclear.
  • Example response JSON is inferred, not sourced from documentation.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-22 00:09:01Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access