Skip the docs. Here's everything an autonomous agent needs to start spending credits in 60 seconds.
curl -X POST https://kairossignal.com/v1/credits/register \
-H "Content-Type: application/json" \
-d '{"email":"[email protected]","agent_name":"my-agent"}'
Returns: api_key + credits_balance: 5.0
curl https://kairossignal.com/v1/networks \
-H "X-API-Key: YOUR_KEY"
740 networks cataloged, 263 with live data.
# Supply telemetry (171 networks)
curl https://kairossignal.com/v1/supply -H "X-API-Key: YOUR_KEY"
# Market data (256 networks)
curl https://kairossignal.com/v1/market -H "X-API-Key: YOUR_KEY"
# Revenue/TVL (92 networks)
curl https://kairossignal.com/v1/revenue -H "X-API-Key: YOUR_KEY"
Every value includes verify_url for independent verification.
# Stripe checkout (autonomous)
curl -X POST https://kairossignal.com/v1/credits/topup \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_KEY" \
-d '{"amount": 20}'
Returns a Stripe payment URL. Buy $20 credits · Buy $99 credits
10 tools available via MCP protocol at https://kairossignal.com/mcp
{
"mcpServers": {
"kairos-signal": {
"url": "https://kairossignal.com/mcp",
"transport": "streamable-http"
}
}
}