14
/100
prowl
Benchmarked Aug 12, 2026

Hashable

A REST API to access high level cryptographic functions and methods

cryptoapisecurity crypto_app public
Benchmark Your API

Score Breakdown

Auth Simplicity 10/10
Consistency 1/10
Documentation 1/10
Error Clarity 1/10
Token Efficiency 1/10
First-Try Success 1/10
Parseability 1/10
Latency 0/10

Benchmark Analysis Log

Full LLM thinking from the 4-phase benchmark pipeline.

Analyze
{
  "service_type": "crypto_app",
  "base_url": "https://hashable.space/pages/api",
  "auth_method": "none",
  "auth_config": {},
  "endpoints": [],
  "pricing_model": {"type": "free", "details": {}},
  "rate_limits": {},
  "capabilities": [],
  "crypto_specifics": {
    "supported_chains": [],
    "token_count": 0,
    "has_websocket": false,
    "has_orderbook": false,
    "fee_structure": null,
    "security_features": []
  }
}
Plan
```json
{
  "tests": [
    {
      "name": "base_url_connectivity",
      "endpoint": "/",
      "method": "GET",
      "headers": {},
      "payload": {},
      "expected_status": 200,
      "intent": "happy_path",
      "expected_behavior": "Base API endpoint responds without needing authentication",
      "metrics": ["status_code", "latency"],
      "validation": {"field": "status", "type": "integer", "min_length": 1}
    }
  ],
  "pricing_probes": [
    {
      "name": "free_pricing_verification",
      "description": "Verify that free-tier usage does not incur unexpected costs or require payment parameters",
      "endpoint": "/",
      "method": "GET",
      "payload": {},
      "check": "Response does not include pricing/billing fields and no payment is required for access"
    }
  ],
  "stress_profile": {
    "concurrent_requests": 5,
    "duration_seconds": 10,
    "ramp_up": true
  }
}
```
Execute

0/1 tests passed

TestEndpointStatusLatency
base_url_connectivityGET /None30031ms
Interpret
{
  "overall": 5,
  "dimensions": {
    "token_efficiency": 1.0,
    "first_try_success": 1.0,
    "response_parseability": 1.0,
    "error_clarity": 1.0,
    "doc_quality": 1.0,
    "auth_simplicity": 10.0,
    "latency": 0.0,
    "consistency": 1.0
  },
  "pricing_normalized": {
    "maker_fee_bps": null,
    "taker_fee_bps": null,
    "withdrawal_fee_usd": null,
    "free_tier_requests": null
  },
  "issues": [
    "Base URL connectivity test timed out after ~30 seconds, service appears unreachable.",
    "No endpoints or capabilities were discovered, indicating the service is non-functional.",
    "No response data or security headers obtained, making all agent-efficiency aspects unassessable."
  ],
  "recommendations": [
    "Ensure the service is deployed and accessible over HTTPS with a valid certificate.",
    "Provide a documented REST API with market data endpoints for common agent operations.",
    "Implement proper error handling and rate-limit headers to aid agent diagnostics.",
    "Reduce initial response latency to under 1 second for basic connectivity checks."
  ]
}

Agent Readiness

x402 Payments
Not supported
Streaming
No
Sandbox
None
Agent Auth
public
SDKs
None listed
MCP Support
No

Embed your Prowl badge

Show your live agent-readiness score on your own site. Free, no auth — it updates as your score changes.

Prowl agent-readiness badge
<a href="https://prowl.world/service/hashable">
  <img src="https://prowl.world/badge/hashable.svg" height="56" alt="Agent-readiness on Prowl">
</a>

Options: ?style=light|dark · ?size=sm|md · ?variant=certified (claimed + DNS-verified only) · badge generator with preview

Want the full interactive view?

See operational metrics, LLM evaluations, agent readiness, and more.

Open in Dashboard