klymax402 Crypto Price Check is a paid API for AI agents from klymax402.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).
Checks whether a crypto asset's current price is above or below a specified USD threshold, returning a boolean result with the live price
One MCP endpoint gives your AI agent access to 100 APIs -- crypto, DeFi, web, AI, finance and utilities. No API keys, USDC on Base from $0.003/call.
A JSON object containing: the asset name, a boolean 'result' indicating whether the price condition is met (true/false), the direction checked (above/below), the threshold value in USD, the current live price, and a timestamp of when the check was performed.
GEThttps://klymax402.com/api/event-resolver/api/price-checkUse this endpoint when you need a simple binary yes/no answer about whether a crypto asset's price is above or below a specific USD level — ideal for conditional logic in automated workflows, trading bots, or alert systems. Prefer this over a raw price lookup when you only need to evaluate a threshold condition rather than the actual price. Best for agents that need to gate actions on price conditions without building their own comparison logic.
| Field | Type | Description |
|---|---|---|
| asset | string | Asset name or CoinGecko ID (e.g. 'bitcoin', 'ethereum', 'solana', 'dogecoin') |
| direction | string | Whether to check if price is above or below the threshold |
| threshold | number | Price threshold in USD to check against |
{
"type": "json",
"example": {
"asset": "example",
"result": true,
"direction": "example",
"threshold": 1,
"timestamp": "example",
"currentPrice": 1
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"