check-endpoint-status

Check the health and status of a specific x402 endpoint. Use when verifying if a paid API is working, checking uptime, or getting pricing details for a specific URL.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "check-endpoint-status" with this command: npx skills add zauthofficial/agent-skills/zauthofficial-agent-skills-check-endpoint-status

Check Endpoint Status

Check the health, uptime, and pricing details of a specific x402-enabled API endpoint.

Usage

npx @zauthx402/cli@latest status <url> --json

Example

npx @zauthx402/cli@latest status https://mesh.heurist.xyz/x402/solana/agents/BaseUSDCForensicsAgent/usdc_top_funders --json

Interpreting the response

FieldMeaning
statusCurrent health — WORKING (healthy), FAILING (errors), FLAKY (intermittent issues), UNTESTED (never checked), OVER_BUDGET (too expensive to test)
successRatePercentage of successful calls (0-100). Above 95% is excellent.
uptimeOverall uptime percentage
verifiedWhether the endpoint belongs to a verified provider
priceUsdcCost per API call in USDC
networkBlockchain network used for payment
totalCallsTotal recorded invocations
lastTestedWhen the endpoint was last health-checked
lastWorkingWhen the endpoint last returned a successful response

Decision guide

  • WORKING + verified + high successRate → Safe to use, recommend to user
  • FLAKY → Warn user about intermittent issues, suggest retries
  • FAILING → Do not recommend. Search for alternatives using discover-x402-services
  • UNTESTED → No reliability data. Inform user it hasn't been tested yet
  • OVER_BUDGET → Endpoint exists but is too expensive for automated testing

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

discover-x402-services

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

vercel-composition-patterns

React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.

Repository Source
86.5K23Kvercel
Automation

vercel-react-native-skills

React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.

Repository Source
60.7K23Kvercel
Automation

supabase-postgres-best-practices

Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.

Repository Source
35.4K1.6Ksupabase