The KepAIx Crypto Market Regime API gives developers a simple way to request educational crypto market intelligence from the KepAIx local/federated AI system.
Build dashboards, alerts, research tools, educational apps, and AI-agent workflows using a paid x402 API endpoint.
View API EndpointThe API returns an educational market regime view designed to help software understand whether crypto market conditions appear more risk-on, neutral, or risk-off.
GET https://kepaix.com/api/x402-market-regime.php
Payment: 0.01 USDC
Network: Algorand Mainnet
Asset: USDC ASA 31566704
Protocol: x402 payment-required API access
{
"error": "Payment required",
"project": "KepAIx",
"endpoint": "x402-market-regime",
"type": "paid_educational_market_regime",
"x402Version": 2
}
After a valid x402 payment is verified and settled, the endpoint returns educational market regime data in JSON format.
{
"project": "KepAIx",
"endpoint": "x402-market-regime",
"type": "paid_educational_market_regime",
"status": "paid",
"network": "Algorand Mainnet",
"asset": "USDC",
"amount": "0.01",
"market_regime": "educational_market_context"
}
curl https://kepaix.com/api/x402-market-regime.php
A request without payment returns a 402 Payment Required response. A valid x402 client can then attach payment and retry the request.
KepAIx provides educational market intelligence only. It is not financial advice, investment advice, or a guarantee of market outcomes.