{"name":"coinpaprika-wrapper","slug":"timi0217/coinpaprika-wrapper","errors":{"codes":[{"code":"MISSING_FIELD","hint":"Ask user for the missing field and retry","recoverable":true},{"code":"INVALID_INPUT","hint":"Check field types and retry","recoverable":true},{"code":"RATE_LIMITED","hint":"Back off and retry after Retry-After seconds","recoverable":true},{"code":"UPSTREAM_ERROR","hint":"Deployed app returned 5xx — not retryable","recoverable":false},{"code":"SESSION_EXPIRED","hint":"Start a new session","recoverable":true}]},"limits":{"requests_per_minute":60,"max_session_duration_seconds":1800},"schema":"chekk.agent/v1","actions":[{"id":"get_root","file":"main.py","path":"/","inputs":[],"method":"GET","response":{"content_type":"application/json"},"description":"Get current price and market data for a crypto.","side_effect":"read"},{"id":"get_health","file":"main.py","path":"/health","inputs":[],"method":"GET","response":{"content_type":"application/json","example_fields":["status","timestamp"]},"description":"Get current price and market data for a crypto.","side_effect":"read"},{"id":"get_get_price","file":"main.py","path":"/price","inputs":[{"hint":"Crypto symbol (e.g., BTC) or coin ID (e.g., btc-bitcoin)","name":"symbol","type":"string","location":"query","required":true}],"method":"GET","response":{"content_type":"application/json","example_fields":["symbol","name","rank","price","currency","volume_24h","market_cap","change_1h_pct","change_24h_pct","change_7d_pct"]},"description":"Get current price and market data for a crypto.","side_effect":"read"},{"id":"get_get_coin","file":"main.py","path":"/coin","inputs":[{"hint":"Crypto symbol or coin ID","name":"symbol","type":"string","location":"query","required":true}],"method":"GET","response":{"content_type":"application/json","example_fields":["symbol","name","rank","type","is_active","description","started_at","proof_type","hash_algorithm","org_structure"]},"description":"Get detailed coin information including team, links, tags.","side_effect":"read"},{"id":"get_get_ohlcv","file":"main.py","path":"/ohlcv","inputs":[{"hint":"Crypto symbol or coin ID","name":"symbol","type":"string","location":"query","required":true},{"hint":"Number of days of history","name":"days","type":"integer","location":"query","required":false}],"method":"GET","response":{"content_type":"application/json","example_fields":["symbol","days","data","timestamp"]},"description":"Get OHLCV historical data.","side_effect":"read"},{"id":"get_get_markets","file":"main.py","path":"/markets","inputs":[{"hint":"Crypto symbol or coin ID","name":"symbol","type":"string","location":"query","required":true}],"method":"GET","response":{"content_type":"application/json","example_fields":["symbol","markets","timestamp","exchange","pair","base","quote","price","volume_24h","trust_score"]},"description":"Get exchange markets where this coin trades.","side_effect":"read"},{"id":"get_search_coins","file":"main.py","path":"/search","inputs":[{"hint":"Search query","name":"query","type":"string","location":"query","required":true}],"method":"GET","response":{"content_type":"application/json","example_fields":["query","results","timestamp"]},"description":"Search for coins by name or symbol.","side_effect":"read"},{"id":"get_get_global","file":"main.py","path":"/global","inputs":[],"method":"GET","response":{"content_type":"application/json","example_fields":["total_market_cap_usd","volume_24h_usd","bitcoin_dominance_pct","active_cryptocurrencies","market_cap_change_24h_pct","volume_change_24h_pct","market_cap_ath_value","market_cap_ath_date","timestamp"]},"description":"Get global crypto market stats.","side_effect":"read"},{"id":"get_get_dashboard","file":"main.py","path":"/dashboard","inputs":[],"method":"GET","response":{"content_type":"application/json","example_fields":["global","total_market_cap_usd","volume_24h_usd","bitcoin_dominance_pct","prices","timestamp"]},"description":"Get all homepage data in a single call (global stats + crypto prices).","side_effect":"read"}],"session":{"supported":true,"ttl_seconds":3600,"start_endpoint":"https://chekk.dev/api/v1/agent/timi0217/coinpaprika-wrapper/chat"},"requires":{"auth":false,"payment":false},"framework":"fastapi","source_url":"https://github.com/timi0217/coinpaprika-wrapper","description":"Chekk coinpaprika-wrapper","entrypoints":{"chat":"https://chekk.dev/api/v1/agent/timi0217/coinpaprika-wrapper/chat","llms_txt":"https://chekk.dev/api/v1/llms/timi0217/coinpaprika-wrapper","manifest":"https://chekk.dev/api/v1/agent/timi0217/coinpaprika-wrapper/manifest","rest_base":"https://coinpaprika-wrapper-production.up.railway.app"},"deployed_url":"https://coinpaprika-wrapper-production.up.railway.app"}