Four.meme bonding curve hot-shot performers on BSC, raw Bitquery data via x402 micropayment.
What it does
This endpoint returns raw on-chain data about top-performing tokens on the Four.meme bonding curve platform on BNB Smart Chain (BSC). It is part of the Einstein AI x402 API suite, which wraps Bitquery blockchain intelligence behind pay-per-request x402 micropayments. The "/raw" suffix indicates this endpoint returns unprocessed query results without AI-generated analysis. Callers can filter by chain (though BSC is the default and primary target), set a result limit (up to 500), and specify a time period (1h to 30d).
Payment is handled via the x402 protocol: the endpoint returns HTTP 402 with a payment challenge, and the caller must include a signed X-PAYMENT header authorizing a USDC transfer. The price is $0.85 per request. Three payment rails are accepted: USDC on Base (to 0xc9368b...4775), USDC on Solana (to 3H8oRd...uikb), or Bitcoin Lightning (1,113 sats ≈ $0.85). No API keys are required; payment is the sole authentication mechanism.
The endpoint is live and returns a well-formed x402 v1 challenge. A full OpenAPI 3.0.3 spec is published by the provider covering the broader Einstein API suite, though this specific "/hotshots/raw" path is not individually listed in the spec—it appears to be a variant of the documented "/toptraders" or BSC-focused endpoints. The output schema in the challenge describes a JSON response with status, result (object), and payment receipt fields.
Capabilities
Use cases
- —Identify top-performing tokens on the Four.meme bonding curve platform in real time
- —Feed BSC meme-coin performance data into an autonomous trading agent
- —Monitor bonding curve activity for early alpha signals on BNB Smart Chain
- —Aggregate Four.meme hot-shot data into a multi-source crypto dashboard
Fit
Best for
- —AI agents needing programmatic access to BSC meme-coin performance data
- —Traders monitoring Four.meme bonding curve for breakout tokens
- —Developers building BSC-focused analytics dashboards with pay-per-use data
Not for
- —Users needing AI-interpreted analysis (use the non-raw sibling endpoint instead)
- —Queries targeting chains other than BSC for Four.meme data
- —High-frequency polling without budget for $0.85/request costs
Quick start
curl -X POST https://emc2ai.io/x402/bitquery/hotshots/raw \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <base64-signed-USDC-authorization>" \
-d '{"chain": "bsc", "limit": 10, "timeperiod": "24h"}'Example
Request
{
"chain": "bsc",
"limit": 10,
"timeperiod": "24h"
}Response
{
"result": {
"tokens": [
{
"name": "ExampleMeme",
"swaps": 312,
"volume": 58000,
"address": "0xabc...def",
"priceChange": 142.5
}
]
},
"status": "completed",
"payment": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "850000",
"scheme": "exact",
"txHash": "0x123...abc",
"network": "base",
"timestamp": "2025-06-01T12:00:00Z",
"x402Version": 1
}
}Endpoint
Quality
The endpoint is live with a well-formed x402 challenge, the provider publishes a full OpenAPI spec and docs, and three payment rails are documented. However, this specific /hotshots/raw path is not individually listed in the OpenAPI spec, the response example is inferred from the outputSchema in the challenge rather than observed, and the /api route returned a 522 timeout during crawl.
Warnings
- —The /hotshots/raw path is not explicitly listed in the provider's published OpenAPI spec; it appears to be an unlisted variant.
- —The /api route returned a Cloudflare 522 timeout during crawl, suggesting intermittent origin server issues.
- —Response body structure is inferred from the outputSchema in the x402 challenge, not from an actual paid response.
- —This is a raw data endpoint; no AI analysis is included in the response.
Citations
- —Price is $0.85 per request (850000 atomic units, 6 decimals USDC)https://emc2ai.io/x402/bitquery/hotshots/raw
- —Accepts payment on Base (USDC), Solana (USDC), and Lightning Network (sats)https://emc2ai.io/x402/bitquery/hotshots/raw
- —Einstein AI x402 API is described as AI-powered blockchain intelligence with x402 micropayments, no API keys requiredhttps://emc2ai.io
- —The broader API suite covers multiple chains including base, ethereum, bsc, arbitrum, polygon, optimism, zksync, solanahttps://emc2ai.io
- —Pay-per-feature pricing ranges from $0.20 to $1.00 per invocationhttps://emc2ai.io/docs
- —The /api route returned a 522 error during crawlhttps://emc2ai.io/api