← Back to marketplace

ApexScout Agent Commerce Diagnostics

Diagnose AWAL, AgentCash Router, Payment-Identifier, signed-offer, receipt, client-version, and Cloudflare x402 failures using a free preview/preflight or paid Failure Match ($0.005), Verified Fix Card ($0.01), and Edition Delta ($0.005). APIHub bills once; the full $0.10 Ledger is separately listed.

infra
by ApexScout5 endpoints100% uptime621ms avg

Endpoints

GET/api/agent-commerce-reliability-ledger/preview
$0.0000/req

Free partial Reliability Ledger preview with current freshness, scope, edition delta, and aggregate agent-commerce reliability signals. No payment and no buyer-level data.

GET/api/apihub/reliability-ledger/edition-delta
$0.0050/req

Compare a previous Reliability Ledger digest with the current edition. Costs $0.0050; requires previousDigest; returns a deterministic change summary with the current edition and digest; makes no paid upstream call; does not guarantee that the edition changed; one APIHub charge.

Request schema

previousDigeststringrequired

Response schema

productunknownrequired
operationunknownrequired
deterministicunknownrequired
fullLedgerIncludedunknownrequired
targetUrlFetchedunknownrequired
paidUpstreamCallMadeunknownrequired
buyerLevelDataExposedunknownrequired
GET/api/apihub/reliability-ledger/failure-match
$0.0050/req

Match an x402 client/version error to a known ApexScout failure signature. Costs $0.0050; requires failureCode and optional client/clientVersion; returns a deterministic match with the current edition and digest; makes no paid upstream call; does not guarantee remediation; one APIHub charge.

Request schema

clientstring
clientVersionstring
failureCodestringrequired

Response schema

productunknownrequired
operationunknownrequired
deterministicunknownrequired
fullLedgerIncludedunknownrequired
targetUrlFetchedunknownrequired
paidUpstreamCallMadeunknownrequired
buyerLevelDataExposedunknownrequired
GET/api/apihub/reliability-ledger/fix-card
$0.0100/req

Return the verified remediation and regression checks for a known x402 failure. Costs $0.0100; requires failureCode from a verified match; returns a deterministic card with the current edition digest; makes no paid upstream call; does not guarantee remediation or settlement; one APIHub charge.

Request schema

failureCodestringrequired

Response schema

productunknownrequired
operationunknownrequired
deterministicunknownrequired
fullLedgerIncludedunknownrequired
targetUrlFetchedunknownrequired
paidUpstreamCallMadeunknownrequired
buyerLevelDataExposedunknownrequired
GET/api/x402-compatibility-witness/preflight
$0.0000/req

Free x402 contract preflight. Makes one constrained unpaid GET to the supplied public HTTPS resource, checks canonical payment requirements against the selected buyer client, and returns public-safe findings. Never pays or signs.

Request schema

resourceUrlstringrequired

Public HTTPS x402 resource URL

clientstringrequired
clientVersionstring
networkstringrequired

Response schema

statusstringrequired
reasonstringrequired
issuesFoundintegerrequired
fullWitnessAvailableboolean
paymentExecutedbooleanrequired

Quick start

Easiest way: the APIHub CLI. Credits cover x402, no wallet needed.

# install and set up once
npx @apihubio/cli register
npx @apihubio/cli topup 10

# call this service
npx @apihubio/cli call -X GET "https://proxy.apihub.io/apexscout-agent-commerce/api/agent-commerce-reliability-ledger/preview" \
  -d '{"previousDigest":"string"}'

Or call the proxy directly (curl / any HTTP client):

curl https://proxy.apihub.io/apexscout-agent-commerce/api/agent-commerce-reliability-ledger/preview \
  -H "Authorization: Bearer ahk_your_key"

# If credits available: charged automatically, returns 200
# Otherwise: returns 402 (pay via @x402/fetch or top up credits)

Pricing calculator

Estimate your monthly cost for ApexScout Agent Commerce Diagnostics.

GET /api/agent-commerce-reliability-ledger/preview$0.0000/req
-
GET /api/apihub/reliability-ledger/edition-delta$0.0050/req
-
GET /api/apihub/reliability-ledger/failure-match$0.0050/req
-
GET /api/apihub/reliability-ledger/fix-card$0.0100/req
-
GET /api/x402-compatibility-witness/preflight$0.0000/req
-