Pay-per-call x402 services for autonomous agents

Blockchain intelligence APIs agents can buy directly

Discover a service, send an unpaid POST request to receive the x402 payment requirements, pay in USDC on base, and retry with the signed payment header. No account or subscription is required for public x402 endpoints.

Payment flow

The x402 payment dance

Start unpaid, read the 402 challenge, verify the receiver, sign with a dedicated buyer wallet, then retry the same request to receive the paid result.

1

POST to Wallet Snapshot

Send public wallet input to https://api.blockchainmoneymap.com/api/x402/wallet-snapshot without a payment header.

2

Receive the 402 challenge

The response tells the buyer agent the exact price, receiver, network, and protected resource.

3

Sign payment

Use a dedicated buyer wallet to sign the USDC payment on base; never send private keys to BMM.

4

Retry the same request

Keep the request body unchanged and retry with the signed x402 payment header.

5

Receive wallet intelligence

The paid response returns the Wallet Snapshot result; outputs are research summaries, not financial or compliance advice.

Lowest-cost first call

Start here: Wallet Snapshot

Use this first to prove the x402 flow or triage one public wallet before buying deeper analysis.

Endpoint
POST /api/x402/wallet-snapshot
Price
0.01 USDCbase
First check
No payment header
What you get back

What you get after payment: address summary, visible asset exposure, recent activity, confidence context, and a recommended next action.

Read score98/100
Fastest start

Lowest-friction first call for proof-of-payment and one-wallet triage.

What should happen first

Expected first response: HTTP 402 payment_required with price, receiver, network, and resource.

https://api.blockchainmoneymap.com/api/x402/wallet-snapshot

After the 402 challenge, verify the challenge payTo matches the public receiver, sign with a dedicated buyer wallet, and retry the same request body with the signed x402 payment header.

Sample paid response shape

Example fields only; live responses depend on public-chain data and provider availability.

{
  "ok": true,
  "tool": "wallet_snapshot",
  "pricePaid": {
    "amount": "0.01",
    "currency": "USDC",
    "network": "base"
  },
  "result": {
    "addressSummary": {},
    "assetExposure": {},
    "recentActivity": [
      {}
    ],
    "confidence": "string",
    "recommendedNextAction": "string"
  },
  "metadata": {},
  "sample": true,
  "schemaBacked": true
}

Have a specific goal?

Choose Your Path

If Wallet Snapshot is not your goal, pick the closest task. The menu points to the smallest useful paid service for that path.

Callable recommendation API

Ask which paid call to buy first

This free read-only endpoint returns the recommended first paid call, endpoint, price, reason, next step, input schema, output schema, and schema-backed response preview. It does not call blockchain providers, trigger payment, or execute a paid service.

curl -s -X POST \
  https://api.blockchainmoneymap.com/api/agents/recommend \
  -H 'content-type: application/json' \
  -d '{"goal":"screen several wallets","walletCount":3}'

Triage one wallet

You have one public wallet or contract address and need the cheapest useful first read.

Read score98/100
Fastest start

Lowest-friction first call for proof-of-payment and one-wallet triage.

What you get back

Wallet summary, visible balances/exposure, recent activity, confidence, and next action.

Recommended first paid call
Wallet Snapshot
POST /api/x402/wallet-snapshot
0.01 USDCbase
Sample response preview

Schema-backed example fields only; live responses depend on public-chain data and provider availability.

{
  "ok": true,
  "tool": "wallet_snapshot",
  "pricePaid": {
    "amount": "0.01",
    "currency": "USDC",
    "network": "base"
  },
  "result": {
    "addressSummary": {},
    "assetExposure": {},
    "recentActivity": [
      {}
    ],
    "confidence": "string",
    "recommendedNextAction": "string"
  },
  "metadata": {},
  "sample": true,
  "schemaBacked": true
}

Escalate to Wallet Audit or Deep Wallet Report only if the snapshot shows enough signal.

Screen several wallets

You have a short list of public wallets and need to rank which ones deserve attention.

Read score92/100
Batch triage

Best first call when several wallets need ranking.

What you get back

Ordered wallet triage snapshots with signals that help pick escalation targets.

Recommended first paid call
Batch Wallet Snapshot
POST /api/x402/batch-wallet-snapshot
0.05 USDCbase
Sample response preview

Schema-backed example fields only; live responses depend on public-chain data and provider availability.

{
  "ok": true,
  "tool": "batch_wallet_snapshot",
  "pricePaid": {
    "amount": "0.05",
    "currency": "USDC",
    "network": "base"
  },
  "result": {
    "snapshots": [
      {}
    ],
    "escalationCandidates": [
      {}
    ]
  },
  "metadata": {},
  "sample": true,
  "schemaBacked": true
}

Use the ranked output to choose one follow-up wallet audit or report.

Check a transaction

You have a transaction hash and need status, fee, method, and finality context.

Read score97/100
Fast transaction read

Low-cost transaction-first check with a narrow input shape.

What you get back

Transaction status, fee context, method clues, confirmation/finality notes, and confidence.

Recommended first paid call
Transaction Status
POST /api/x402/tx-status
0.01 USDCbase
Sample response preview

Schema-backed example fields only; live responses depend on public-chain data and provider availability.

{
  "ok": true,
  "tool": "tx_status",
  "pricePaid": {
    "amount": "0.01",
    "currency": "USDC",
    "network": "base"
  },
  "result": {
    "transactionHash": "string",
    "status": "string",
    "blockNumber": "string",
    "confirmations": 1,
    "finality": "string",
    "explorerUrl": "string"
  },
  "metadata": {},
  "sample": true,
  "schemaBacked": true
}

Use Transaction Decode when you need a plain-language explanation of what happened.

Check before paying

Your agent is about to pay an x402 resource and needs receiver, amount, and caller-context checks.

Read score96/100
Pre-spend check

Clear first call before paying an x402 resource.

What you get back

Pre-payment decision, confidence, risk flags, payee context, and recommended next action.

Recommended first paid call
Agent Payment Preflight
POST /api/x402/payment-preflight
0.01 USDCbase
Sample response preview

Schema-backed example fields only; live responses depend on public-chain data and provider availability.

{
  "product_family": "agent_commerce_trust_api",
  "endpoint": "payment-preflight",
  "version": "v0.1",
  "request_id": "string",
  "x402_request_id": "string",
  "generated_at": "string",
  "decision": "string",
  "confidence": "high",
  "summary": "string",
  "evidence": {},
  "risk_flags": [
    "string"
  ],
  "recommended_next_action": "string",
  "limits": [
    "string"
  ],
  "payee_type": "string",
  "visible_activity": {},
  "ok": true,
  "tool": "agent_payment_preflight",
  "sample": true,
  "schemaBacked": true,
  "pricePaid": {
    "amount": "0.01",
    "currency": "USDC",
    "network": "base"
  }
}

Use Seller Profile or Authenticity Score for higher-risk seller checks.

Fix a failed request

An agent, marketplace, crawler, or MCP client cannot complete the paid path.

Read score86/100
Debug path

More specialized, but the clearest first call for failed agent requests.

What you get back

Detected issue, corrected request template, expected fields, safe retry steps, and warnings.

Recommended first paid call
Agent Compatibility Analyzer
POST /api/x402/agent-compatibility-analyzer
0.25 USDCbase
Sample response preview

Schema-backed example fields only; live responses depend on public-chain data and provider availability.

{
  "ok": true,
  "tool": "agent_compatibility_analyzer",
  "endpoint": "string",
  "version": "string",
  "request_id": "string",
  "x402_request_id": "string",
  "decision": "fixable",
  "confidence": "high",
  "summary": "string",
  "matched_tool_id": "string",
  "detected_issues": [
    {}
  ],
  "fix_steps": [
    "string"
  ],
  "corrected_request_template": {},
  "expected_fields": [
    "string"
  ],
  "safety_warnings": [
    "string"
  ],
  "limitations": [
    "string"
  ],
  "pricePaid": {
    "amount": "0.25",
    "currency": "USDC",
    "network": "base"
  },
  "metadata": {},
  "sample": true,
  "schemaBacked": true
}

Use the corrected template and safe retry steps before another paid attempt.

Guard autonomous commerce

You are checking agent-to-agent buying loops, spend controls, intent boundaries, or handoff risk.

Read score94/100
Control check

Readable first guardrail for autonomous commerce loops and spend boundaries.

What you get back

Loop-risk decision, spend-amplification signals, delegation-depth notes, and bounded next step.

Recommended first paid call
Recursive Commerce Loop Breaker
POST /api/devagentpal/recursive-commerce-loop-breaker
0.01 USDCbase
Sample response preview

Schema-backed example fields only; live responses depend on public-chain data and provider availability.

{
  "requestId": "string",
  "service": "string",
  "version": "string",
  "decision": "allow",
  "riskScore": 1,
  "summary": "string",
  "reasons": [
    {}
  ],
  "evidence": {},
  "inputFingerprint": "string",
  "generatedAt": "string",
  "cycleDetected": true,
  "cyclePath": [
    "string"
  ],
  "projectedSpend": "string",
  "triggeredPolicies": [
    "string"
  ],
  "ok": true,
  "tool": "devagentpal_recursive_commerce_loop_breaker",
  "sample": true,
  "schemaBacked": true,
  "pricePaid": {
    "amount": "0.01",
    "currency": "USDC",
    "network": "base"
  }
}

Use the Agent Commerce Controls group for more specialized pre-spend evidence.

Top first calls

Start with the closest first call

These are the fastest scan points before the full catalog. Each card starts with the smallest useful paid call for that need.

Cheapest

Lowest-cost first calls for proof-of-payment, one-wallet triage, transaction checks, and pre-spend review.

4
Read score98/100
Fastest start

Lowest-friction first call for proof-of-payment and one-wallet triage.

Start with
Wallet Snapshot
POST /api/x402/wallet-snapshot
0.01 USDCbase
Wallet SnapshotTransaction StatusAgent Payment PreflightRecursive Commerce Loop Breaker

Wallet

Start with wallet context, then escalate only when the snapshot shows enough signal.

5
Read score98/100
Fastest start

Lowest-friction first call for proof-of-payment and one-wallet triage.

Start with
Wallet Snapshot
POST /api/x402/wallet-snapshot
0.01 USDCbase
Wallet SnapshotBatch Wallet SnapshotWallet AuditDeep Wallet Report

Transaction

Check transaction status first, then decode when a plain-language explanation is needed.

2
Read score97/100
Fast transaction read

Low-cost transaction-first check with a narrow input shape.

Start with
Transaction Status
POST /api/x402/tx-status
0.01 USDCbase
Transaction StatusTransaction Decode

Payment trust

Review x402 receivers, sellers, receipts, mandates, and agent-wallet signals before or after payment.

6
Read score96/100
Pre-spend check

Clear first call before paying an x402 resource.

Start with
Agent Payment Preflight
POST /api/x402/payment-preflight
0.01 USDCbase
Agent Payment Preflightx402 Seller Profilex402 Authenticity Scorex402 Receipt Audit

Debug failed request

Use when a buyer agent, MCP client, crawler, or marketplace cannot complete the paid path.

4
Read score86/100
Debug path

More specialized, but the clearest first call for failed agent requests.

Start with
Agent Compatibility Analyzer
POST /api/x402/agent-compatibility-analyzer
0.25 USDCbase
Agent Compatibility Analyzerx402 Service Discovery AuditAgent Response Contract Linterx402 Payment Identifier Retry Safety Lens

Agent commerce controls

Guard autonomous buying loops, spend boundaries, delegation, and handoff risk before money moves.

6
Read score94/100
Control check

Readable first guardrail for autonomous commerce loops and spend boundaries.

Start with
Recursive Commerce Loop Breaker
POST /api/devagentpal/recursive-commerce-loop-breaker
0.01 USDCbase
Recursive Commerce Loop BreakerEconomic Dry-Run SimulatorSpend-Laundering DetectorHuman-Intent Checksum

Start With These Buyer Paths

Highest-intent service groups first

These groups help agents pick the smallest useful paid call before scanning the full catalog.

Wallet Triage

Start with low-cost wallet context, then escalate only when the signal is worth deeper spend.

5 services

Screen a wallet, compare exposure, then buy an audit or deep report when needed.

Wallet Snapshot
POST /api/x402/wallet-snapshot
0.01 USDC
base
Batch Wallet Snapshot
POST /api/x402/batch-wallet-snapshot
0.05 USDC
base
Wallet Audit
POST /api/x402/wallet-audit
1.00 USDC
base
Deep Wallet Report
POST /api/x402/deep-wallet-report
5.00 USDC
base
Saved Report Generation
POST /api/x402/saved-report
1.00 USDC
base

Transaction Checks

Turn hashes into status, method, fee, and plain-language transaction context.

2 services

Confirm what happened before a buyer agent relies on a transaction as evidence.

Transaction Status
POST /api/x402/tx-status
0.01 USDC
base
Transaction Decode
POST /api/x402/tx-decode
0.25 USDC
base

Agent Payment Trust

Check x402 sellers, receivers, receipts, mandates, and agent-wallet signals before or after payment.

6 services

Use these before higher-risk payments and after settlement when receipt evidence matters.

Agent Payment Preflight
POST /api/x402/payment-preflight
0.01 USDC
base
x402 Seller Profile
POST /api/x402/seller-profile
0.25 USDC
base
x402 Authenticity Score
POST /api/x402/authenticity-score
1.00 USDC
base
x402 Receipt Audit
POST /api/x402/receipt-audit
0.01 USDC
base
Agent Wallet Profile
POST /api/x402/agent-wallet-profile
0.01 USDC
base
Mandate Chain Evidence
POST /api/x402/mandate-chain-evidence
0.25 USDC
base

Discovery And Failure Repair

Help agents understand which paid resource to call and why a request failed.

4 services

Use this when a marketplace, crawler, MCP client, or buyer agent cannot complete the paid path.

Agent Compatibility Analyzer
POST /api/x402/agent-compatibility-analyzer
0.25 USDC
base
x402 Service Discovery Audit
POST /api/x402/service-discovery-audit
0.25 USDC
base
Agent Payment History Summary
POST /api/x402/agent-payment-history-summary
0.25 USDC
base
x402 Catalog Drift Monitor
POST /api/x402/x402-catalog-drift-monitor
0.01 USDC
base

Agent Commerce Controls

Guard agent-to-agent buying loops, hidden dependencies, identity drift, and handoff risk.

15 services

Use these for autonomous commerce workflows that need control evidence before money moves.

Recursive Commerce Loop Breaker
POST /api/devagentpal/recursive-commerce-loop-breaker
0.01 USDC
base
Economic Dry-Run Simulator
POST /api/devagentpal/economic-dry-run-simulator
0.05 USDC
base
Spend-Laundering Detector
POST /api/devagentpal/spend-laundering-detector
0.05 USDC
base
Human-Intent Checksum
POST /api/devagentpal/human-intent-checksum
0.05 USDC
base
Revocation Propagation Agent
POST /api/devagentpal/revocation-propagation
0.25 USDC
base
Micropurchase Fragmentation Guard
POST /api/devagentpal/micropurchase-fragmentation-guard
0.01 USDC
base
Agent Conflict-of-Interest Scanner
POST /api/devagentpal/conflict-of-interest-scanner
0.01 USDC
base
Counterfactual Value Meter
POST /api/devagentpal/counterfactual-value-meter
0.01 USDC
base
Negative Capability Registry
POST /api/devagentpal/negative-capability/query
0.01 USDC
base
Agent Version Continuity Proof
POST /api/devagentpal/version-continuity-proof
0.01 USDC
base
Temporal Consistency Gate
POST /api/devagentpal/temporal-consistency-gate
0.01 USDC
base
Evidence Budget Router
POST /api/devagentpal/evidence-budget-router
0.01 USDC
base
Reputation Reincarnation Detector
POST /api/devagentpal/reputation-reincarnation-detector
0.01 USDC
base
Hidden Dependency Concentration Map
POST /api/devagentpal/hidden-dependency-map
0.01 USDC
base
Service Exit Handoff Agent
POST /api/devagentpal/service-exit-handoff/plan
0.01 USDC
base

Full Agent Service Catalog

111 services available

Prices are fixed x402 payment requirements in USDC on base.

Wallet Intelligence5

Wallet Snapshot

wallet_snapshot

0.01 USDCbase
POST/api/x402/wallet-snapshot

Best for one-wallet triage

Fast single-wallet triage before buying deeper analysis.

Wallet Intelligence

Batch Wallet Snapshot

batch_wallet_snapshot

0.05 USDCbase
POST/api/x402/batch-wallet-snapshot

Best for short wallet lists

Screen multiple wallets and choose escalation targets.

Wallet Intelligence

Wallet Audit

wallet_audit

1.00 USDCbase
POST/api/x402/wallet-audit

Best for wallet risk investigation

Investigate flows, counterparties, exposure, and attention signals.

Wallet Intelligence

Deep Wallet Report

deep_wallet_report

5.00 USDCbase
POST/api/x402/deep-wallet-report

Best for report-ready wallet investigation

Generate report-ready wallet investigation output.

Wallet Intelligence

Saved Report Generation

saved_report

1.00 USDCbase
POST/api/x402/saved-report

Best for shareable report handoff

Create an unlisted report handoff for downstream review.

Wallet Intelligence
Transaction Intelligence2

Transaction Status

tx_status

0.01 USDCbase
POST/api/x402/tx-status

Best for transaction status checks

Confirm transaction status, fee, method, and finality context.

Transaction Intelligence

Transaction Decode

tx_decode

0.25 USDCbase
POST/api/x402/tx-decode

Best for plain-language transaction review

Understand what a transaction did in plain language.

Transaction Intelligence
Agent Payment Trust13

Agent Payment Preflight

agent_payment_preflight

0.01 USDCbase
POST/api/x402/payment-preflight

Best for pre-spend x402 checks

Check before an agent pays an x402 resource.

Agent Payment Trust

x402 Seller Profile

seller_profile

0.25 USDCbase
POST/api/x402/seller-profile

Best for seller receiver review

Inspect public seller and payment-receiver signals.

Agent Payment Trust

x402 Authenticity Score

authenticity_score

1.00 USDCbase
POST/api/x402/authenticity-score

Best for x402 authenticity screening

Evaluate heuristic x402 authenticity signals.

Agent Payment Trust

x402 Receipt Audit

receipt_audit

0.01 USDCbase
POST/api/x402/receipt-audit

Best for post-payment verification

Verify a payment after it is made.

Agent Payment Trust

Agent Wallet Profile

agent_wallet_profile

0.01 USDCbase
POST/api/x402/agent-wallet-profile

Best for agent wallet classification

Classify agent wallet and delegation signals.

Agent Payment Trust

Mandate Chain Evidence

mandate_chain_evidence

0.25 USDCbase
POST/api/x402/mandate-chain-evidence

Best for mandate evidence review

Compare public payment evidence with a declared mandate.

Agent Payment Trust

AP2 Mandate Constraint Gap Auditor

x402_ap2_mandate_constraint_gap_auditor

0.01 USDCbase
POST/api/x402/x402-ap2-mandate-constraint-gap-auditor

Best for agent payment trust

Audits sanitized AP2-style mandate facts for missing autonomous-purchase constraints.

Agent Payment Trust

Agent Wallet Policy Coverage Gap Analyzer

x402_agent_wallet_policy_coverage_gap_analyzer

0.01 USDCbase
POST/api/x402/x402-agent-wallet-policy-coverage-gap-analyzer

Best for agent payment trust

Compares sanitized autonomous-task facts against wallet policy coverage.

Agent Payment Trust

Autonomous Purchase Intent-to-Receipt Reconciler

x402_autonomous_purchase_intent_to_receipt_reconciler

0.01 USDCbase
POST/api/x402/x402-autonomous-purchase-intent-to-receipt-reconciler

Best for agent payment trust

Reconciles sanitized autonomous-purchase intent facts against receipt facts.

Agent Payment Trust

x402 Signed Receipt Delivery Confidence Scorer

x402_signed_receipt_delivery_confidence_scorer

0.01 USDCbase
POST/api/x402/x402-signed-receipt-delivery-confidence-scorer

Best for agent payment trust

Scores signed offer and receipt metadata for paid-service delivery confidence.

Agent Payment Trust

x402 Agent Commerce Mandate Receipt Fit Card

x402_agent_commerce_mandate_receipt_fit_card

0.01 USDCbase
POST/api/x402/x402-agent-commerce-mandate-receipt-fit-card

Best for agent payment trust

Compares mandate, signed offer, and receipt facts for agent-commerce evidence fit.

Agent Payment Trust

Wallet-to-Agent Identity Link Confidence Map

x402_wallet_to_agent_identity_link_confidence_map

0.01 USDCbase
POST/api/x402/x402-wallet-to-agent-identity-link-confidence-map

Best for agent payment trust

Buyers need confidence that wallet, agent card, domain label, MCP server, seller profile, and x402 receiver belong together.

Agent Payment Trust

Agentic Payment Risk Weather Map

Payment Route Risk Status

x402_agentic_payment_risk_weather_map

0.01 USDCbase
POST/api/x402/x402-agentic-payment-risk-weather-map

Best for agent payment trust

Turns route, facilitator, and network facts into a simple pay-now, retry-later, or inspect-first signal.

Agent Payment Trust
Agent Request Support1

Agent Compatibility Analyzer

agent_compatibility_analyzer

0.25 USDCbase
POST/api/x402/agent-compatibility-analyzer

Best for failed request repair

Diagnose a failed agent request and get safe retry steps.

Agent Request Support
Agent Commerce Controls15

Recursive Commerce Loop Breaker

devagentpal_recursive_commerce_loop_breaker

0.01 USDCbase
POST/api/devagentpal/recursive-commerce-loop-breaker

Best for autonomous commerce controls

Builds a bounded directed multigraph from caller-supplied delegation and purchase history, evaluates stable policy thresholds, and returns allow, review, or block.

Agent Commerce Controls

Economic Dry-Run Simulator

devagentpal_economic_dry_run_simulator

0.05 USDCbase
POST/api/devagentpal/economic-dry-run-simulator

Best for autonomous commerce controls

Validates a dependency graph, samples explicit latency and retry models with a reproducible seed, and summarizes economic risk.

Agent Commerce Controls

Spend-Laundering Detector

devagentpal_spend_laundering_detector

0.05 USDCbase
POST/api/devagentpal/spend-laundering-detector

Best for autonomous commerce controls

Uses only caller-supplied principal, delegation, wallet, seller, and spend-event links to score control-bypass signals.

Agent Commerce Controls

Human-Intent Checksum

Human Approval Proof Checker

devagentpal_human_intent_checksum

0.05 USDCbase
POST/api/devagentpal/human-intent-checksum

Best for autonomous commerce controls

Creates or verifies a compact proof that a human approved the bounded action.

Agent Commerce Controls

Revocation Propagation Agent

devagentpal_revocation_propagation

0.25 USDCbase
POST/api/devagentpal/revocation-propagation

Best for autonomous commerce controls

Checks payment/authority separation, root intent trust, delegate scope, signed target binding, target eligibility, and outbound activation state.

Agent Commerce Controls

Micropurchase Fragmentation Guard

devagentpal_micropurchase_fragmentation_guard

0.01 USDCbase
POST/api/devagentpal/micropurchase-fragmentation-guard

Best for autonomous commerce controls

Detect caller-supplied micropurchase fragmentation before an autonomous purchase proceeds.

Agent Commerce Controls

Agent Conflict-of-Interest Scanner

devagentpal_conflict_of_interest_scanner

0.01 USDCbase
POST/api/devagentpal/conflict-of-interest-scanner

Best for autonomous commerce controls

Scan supplied recommendation, seller, and relationship evidence for conflict-of-interest review signals.

Agent Commerce Controls

Counterfactual Value Meter

Evidence Value Comparator

devagentpal_counterfactual_value_meter

0.01 USDCbase
POST/api/devagentpal/counterfactual-value-meter

Best for autonomous commerce controls

Compares caller-supplied options and estimates which evidence is most useful before buying more checks.

Agent Commerce Controls

Negative Capability Registry

Agent Limitation Evidence Registry

devagentpal_negative_capability_registry

0.01 USDCbase
POST/api/devagentpal/negative-capability/query

Best for autonomous commerce controls

Records or checks evidence-backed limitations so buyers know what an agent says it cannot do.

Agent Commerce Controls

Agent Version Continuity Proof

devagentpal_version_continuity_proof

0.01 USDCbase
POST/api/devagentpal/version-continuity-proof

Best for autonomous commerce controls

Evaluate signed agent-version continuity before reputation transfer.

Agent Commerce Controls

Temporal Consistency Gate

Timestamp And Finality Checker

devagentpal_temporal_consistency_gate

0.01 USDCbase
POST/api/devagentpal/temporal-consistency-gate

Best for autonomous commerce controls

Checks whether timestamps, blocks, finality, and validity windows line up before trusting an event.

Agent Commerce Controls

Evidence Budget Router

devagentpal_evidence_budget_router

0.01 USDCbase
POST/api/devagentpal/evidence-budget-router

Best for autonomous commerce controls

Select the least-cost verification provider set that satisfies coverage, confidence, independence, and budget policy.

Agent Commerce Controls

Reputation Reincarnation Detector

Reputation Transfer Risk Checker

devagentpal_reputation_reincarnation_detector

0.01 USDCbase
POST/api/devagentpal/reputation-reincarnation-detector

Best for autonomous commerce controls

Checks supplied continuity signals before trusting reputation from a previous agent identity.

Agent Commerce Controls

Hidden Dependency Concentration Map

Shared Dependency Risk Checker

devagentpal_hidden_dependency_map

0.01 USDCbase
POST/api/devagentpal/hidden-dependency-map

Best for autonomous commerce controls

Shows when several agents or services rely on the same hidden provider or fragile dependency.

Agent Commerce Controls

Service Exit Handoff Agent

devagentpal_service_exit_handoff

0.01 USDCbase
POST/api/devagentpal/service-exit-handoff/plan

Best for autonomous commerce controls

Plan and authorize migration from one opted-in service to one opted-in target, with outbound disabled by default.

Agent Commerce Controls
Discovery And Failure Repair10

x402 Service Discovery Audit

service_discovery_audit

0.25 USDCbase
POST/api/x402/service-discovery-audit

Best for discovery and failure repair

Checks caller-supplied x402 and agent discovery documents for path, price, currency, network, and routing consistency.

Discovery And Failure Repair

x402 Catalog Drift Monitor

x402_catalog_drift_monitor

0.01 USDCbase
POST/api/x402/x402-catalog-drift-monitor

Best for discovery and failure repair

Compares caller-supplied x402 catalog, OpenAPI, MCP/tool metadata, and unpaid challenge samples for endpoint, method, price, currency, network, receiver, and tool drift.

Discovery And Failure Repair

Agent Response Contract Linter

x402_response_contract_linter

0.01 USDCbase
POST/api/x402/x402-response-contract-linter

Best for discovery and failure repair

Lints caller-submitted agent API, MCP, and x402 response samples for machine-actionable contract completeness without making network calls.

Discovery And Failure Repair

Sanitized x402 Failure-Fact Classifier

x402_failure_fact_classifier

0.01 USDCbase
POST/api/x402/x402-failure-fact-classifier

Best for discovery and failure repair

Classifies sanitized x402 failure facts into safe diagnostic causes without replaying payments or storing raw logs.

Discovery And Failure Repair

x402/MCP Operation Stability Ledger

MCP And x402 Operation Change Tracker

x402_mcp_operation_stability_ledger

0.01 USDCbase
POST/api/x402/x402-mcp-operation-stability-ledger

Best for discovery and failure repair

Compares supplied route, OpenAPI, MCP, and x402 metadata to find breaking operation changes.

Discovery And Failure Repair

Agent Commerce Error Taxonomy Normalizer

x402_agent_commerce_error_taxonomy_normalizer

0.01 USDCbase
POST/api/x402/x402-agent-commerce-error-taxonomy-normalizer

Best for discovery and failure repair

Normalizes sanitized agent-commerce error facts into a stable taxonomy.

Discovery And Failure Repair

x402 Payment Identifier Retry Safety Lens

x402 Retry Safety Checker

x402_payment_identifier_retry_safety_lens

0.01 USDCbase
POST/api/x402/x402-payment-identifier-retry-safety-lens

Best for discovery and failure repair

Checks payment identifiers and retry facts for duplicate-charge and privacy risk before retrying.

Discovery And Failure Repair

x402 Agent Payment Recovery Playbook

x402 Payment Recovery Guide

x402_agent_payment_recovery_playbook

0.01 USDCbase
POST/api/x402/x402-agent-payment-recovery-playbook

Best for discovery and failure repair

Turns failed-payment facts into safe next steps such as retry, reroute, inspect receipt, or stop.

Discovery And Failure Repair

x402 Cache Leakage Guard

x402_cache_leakage_guard

0.01 USDCbase
POST/api/x402/x402-cache-leakage-guard

Best for discovery and failure repair

Checks caller-supplied HTTP 402 cache and paid-route facts for leakage risk.

Discovery And Failure Repair

Post-Purchase Event Continuity Checker

x402_post_purchase_event_continuity_checker

0.01 USDCbase
POST/api/x402/x402-post-purchase-event-continuity-checker

Best for discovery and failure repair

Checks sanitized order, webhook, shipment, delivery, return, refund, and adjustment facts for continuity.

Discovery And Failure Repair
Evidence And Provenance14

Agent Payment History Summary

agent_payment_history_summary

0.25 USDCbase
POST/api/x402/agent-payment-history-summary

Best for evidence and provenance

Summarizes recent BMM x402 payment-log activity for a payee, chain, currency, and optional paid resource path.

Evidence And Provenance

x402 Response Provenance Notary

x402 Response Proof Recorder

x402_response_provenance_notary

0.01 USDCbase
POST/api/x402/x402-response-provenance-notary

Best for evidence and provenance

Creates or verifies hash-only proof that a paid x402 response existed without storing the raw response.

Evidence And Provenance

Hash-Only Authorized Payee Rotation Notary

Payee Rotation Proof Recorder

x402_authorized_payee_rotation_notary

0.01 USDCbase
POST/api/x402/x402-authorized-payee-rotation-notary

Best for evidence and provenance

Checks hash-only evidence that an x402 payment receiver changed through an announced rotation.

Evidence And Provenance

Paid-Agent Response Completeness Drift Ledger

Paid Response Contract Drift Tracker

x402_paid_agent_response_completeness_drift_ledger

0.01 USDCbase
POST/api/x402/x402-paid-agent-response-completeness-drift-ledger

Best for evidence and provenance

Tracks whether a paid agent response became less complete or less machine-actionable across releases.

Evidence And Provenance

Paid Tool Latency SLA Evidence Notary

Paid Tool Latency Proof Recorder

x402_paid_tool_latency_sla_evidence_notary

0.01 USDCbase
POST/api/x402/x402-paid-tool-latency-sla-evidence-notary

Best for evidence and provenance

Checks hash-only latency evidence for a paid tool without storing raw logs or payment material.

Evidence And Provenance

x402 Offer Replay Hygiene Auditor

x402_offer_replay_hygiene_auditor

0.01 USDCbase
POST/api/x402/x402-offer-replay-hygiene-auditor

Best for evidence and provenance

Checks x402 offer metadata for replay-hygiene controls.

Evidence And Provenance

Paid Agent Proof-of-Value Preview Auditor

x402_paid_agent_proof_of_value_preview_auditor

0.01 USDCbase
POST/api/x402/x402-paid-agent-proof-of-value-preview-auditor

Best for evidence and provenance

Buyer agents often see a price and promise but no useful preview that proves what the paid result will contain.

Evidence And Provenance

Agent Claims Evidence Wall

Agent Claim Evidence Checker

x402_agent_claims_evidence_wall

0.01 USDCbase
POST/api/x402/x402-agent-claims-evidence-wall

Best for evidence and provenance

Compares public agent claims against sample or docs evidence and labels what is backed, weak, or missing.

Evidence And Provenance

Agent Price-to-Proof Value Meter

Price vs Proof Checker

x402_agent_price_to_proof_value_meter

0.01 USDCbase
POST/api/x402/x402-agent-price-to-proof-value-meter

Best for evidence and provenance

Checks whether the public proof and sample output justify the price a buyer agent is about to pay.

Evidence And Provenance

Public Agent Changelog Impact Explainer

x402_public_agent_changelog_impact_explainer

0.01 USDCbase
POST/api/x402/x402-public-agent-changelog-impact-explainer

Best for evidence and provenance

Buyer agents and marketplaces cannot quickly tell whether public release notes matter to their workflows.

Evidence And Provenance

BMM Agentic Money Trail Atlas

Agent Payment Trail Map

x402_agentic_money_trail_atlas

0.01 USDCbase
POST/api/x402/x402-agentic-money-trail-atlas

Best for evidence and provenance

Turns payment, receipt, buyer, seller, route, and result facts into a structured money trail.

Evidence And Provenance

Autonomous Spend Flight Recorder

Autonomous Spend Timeline

x402_autonomous_spend_flight_recorder

0.01 USDCbase
POST/api/x402/x402-autonomous-spend-flight-recorder

Best for evidence and provenance

Builds an ordered timeline showing where an autonomous spend flow was safe, uncertain, failed, or complete.

Evidence And Provenance

Agent Commerce Dispute Evidence Packager

Dispute Evidence Packet Builder

x402_agent_commerce_dispute_evidence_packager

0.01 USDCbase
POST/api/x402/x402-agent-commerce-dispute-evidence-packager

Best for evidence and provenance

Packages request, payment, delivery, receipt, and mismatch facts for a paid-agent dispute.

Evidence And Provenance

BMM Agent Commerce Digital Twin

Agent Commerce Dry Run

x402_agent_commerce_digital_twin

0.01 USDCbase
POST/api/x402/x402-agent-commerce-digital-twin

Best for evidence and provenance

Runs a supplied agent-commerce mission plan through payment, authorization, proof, and rollback checks before launch.

Evidence And Provenance
Protocol And MCP Reliability17

Multi-Provider x402 Challenge Normalizer

x402_multi_provider_challenge_normalizer

0.01 USDCbase
POST/api/x402/x402-multi-provider-challenge-normalizer

Best for protocol and mcp reliability

Normalizes safe x402 challenge metadata from multiple provider formats.

Protocol And MCP Reliability

x402 Facilitator Cost Comparator

x402_facilitator_cost_comparator

0.01 USDCbase
POST/api/x402/x402-facilitator-cost-comparator

Best for protocol and mcp reliability

Compares caller-supplied x402 facilitator cost facts for buyer-agent routing.

Protocol And MCP Reliability

Cross-Protocol Agent Commerce Profile Normalizer

x402_cross_protocol_agent_commerce_profile_normalizer

0.01 USDCbase
POST/api/x402/x402-cross-protocol-agent-commerce-profile-normalizer

Best for protocol and mcp reliability

Normalizes safe agent-commerce profile facts across x402, MCP, and AP2-style surfaces.

Protocol And MCP Reliability

x402 Price Display Unit Sanity Checker

x402_price_display_unit_sanity_checker

0.01 USDCbase
POST/api/x402/x402-price-display-unit-sanity-checker

Best for protocol and mcp reliability

Checks x402 price display units for decimal, atomic-unit, currency, and network consistency.

Protocol And MCP Reliability

x402 Facilitator Readiness Passport

x402 Facilitator Readiness Check

x402_facilitator_readiness_passport

0.01 USDCbase
POST/api/x402/x402-facilitator-readiness-passport

Best for protocol and mcp reliability

Scores supplied facilitator facts to decide whether a payment path looks ready for production use.

Protocol And MCP Reliability

x402 Network Token Route Planner

x402_network_token_route_planner

0.01 USDCbase
POST/api/x402/x402-network-token-route-planner

Best for protocol and mcp reliability

Plans safer x402 network, token, amount-format, and transfer-method routing from caller facts.

Protocol And MCP Reliability

x402 Default Asset TokenAmount Advisor

x402 Token Amount Format Advisor

x402_default_asset_tokenamount_advisor

0.01 USDCbase
POST/api/x402/x402-default-asset-tokenamount-advisor

Best for protocol and mcp reliability

Advises whether a route should use dollar pricing or explicit token amount metadata.

Protocol And MCP Reliability

x402 Permit2 Approval Friction Explainer

x402_permit2_approval_friction_explainer

0.01 USDCbase
POST/api/x402/x402-permit2-approval-friction-explainer

Best for protocol and mcp reliability

Explains buyer-agent approval friction for EIP-3009, Permit2, and unsupported transfer methods.

Protocol And MCP Reliability

x402 Multi-Chain Facilitator Failover Planner

x402_multi_chain_facilitator_failover_planner

0.01 USDCbase
POST/api/x402/x402-multi-chain-facilitator-failover-planner

Best for protocol and mcp reliability

Builds an advisory failover ladder for caller-supplied x402 facilitator and network options.

Protocol And MCP Reliability

x402 MCP Paid Route Boundary Mapper

x402_mcp_paid_route_boundary_mapper

0.01 USDCbase
POST/api/x402/x402-mcp-paid-route-boundary-mapper

Best for protocol and mcp reliability

Maps paid MCP tool surfaces against x402 routes and possible unpaid aliases.

Protocol And MCP Reliability

x402 MCP Schema Curb Appeal Grader

MCP Schema Clarity Grader

x402_mcp_schema_curb_appeal_grader

0.01 USDCbase
POST/api/x402/x402-mcp-schema-curb-appeal-grader

Best for protocol and mcp reliability

Grades tool names, descriptions, schemas, and output labels for buyer-agent clarity.

Protocol And MCP Reliability

x402 MCP Tool Change Blast Radius Analyzer

x402_mcp_tool_change_blast_radius_analyzer

0.01 USDCbase
POST/api/x402/x402-mcp-tool-change-blast-radius-analyzer

Best for protocol and mcp reliability

Classifies one-shot MCP paid-tool metadata changes for buyer-agent compatibility risk.

Protocol And MCP Reliability

MCP Registry Release Quality Gate

x402_mcp_registry_release_quality_gate

0.01 USDCbase
POST/api/x402/x402-mcp-registry-release-quality-gate

Best for protocol and mcp reliability

Checks MCP server release metadata for registry and paid-tool readiness.

Protocol And MCP Reliability

Agent-Commerce Sandbox Seed Pack

x402_agent_commerce_sandbox_seed_pack

0.01 USDCbase
POST/api/x402/x402-agent-commerce-sandbox-seed-pack

Best for protocol and mcp reliability

Creates safe fixture scenario recommendations for agent-commerce payment and checkout tests.

Protocol And MCP Reliability

MCP Sampling Exposure Card

x402_mcp_sampling_exposure_card

0.01 USDCbase
POST/api/x402/x402-mcp-sampling-exposure-card

Best for protocol and mcp reliability

MCP servers can expose sampling behavior that is hard for buyers to understand before connecting or paying.

Protocol And MCP Reliability

MCP Resource Shelf Classifier

MCP Resource Type Classifier

x402_mcp_resource_shelf_classifier

0.01 USDCbase
POST/api/x402/x402-mcp-resource-shelf-classifier

Best for protocol and mcp reliability

Labels MCP resources as docs, schemas, logs, user data, or secrets-risk based on supplied resource metadata.

Protocol And MCP Reliability

MCP App Store Readiness Concierge

MCP Marketplace Readiness Checker

x402_mcp_app_store_readiness_concierge

0.01 USDCbase
POST/api/x402/x402-mcp-app-store-readiness-concierge

Best for protocol and mcp reliability

Checks MCP app metadata for schema, action, privacy, auth, UI, and review-readiness blockers.

Protocol And MCP Reliability
Finance Ops6

BMM Agent Spend Category Classifier

x402_bmm_agent_spend_category_classifier

0.01 USDCbase
POST/api/x402/x402-bmm-agent-spend-category-classifier

Best for finance ops

Classifies sanitized agent spend facts into operational categories.

Finance Ops

x402 Paid Tool Upsell Path Optimizer

Paid Tool Upgrade Path Planner

x402_paid_tool_upsell_path_optimizer

0.01 USDCbase
POST/api/x402/x402-paid-tool-upsell-path-optimizer

Best for finance ops

Orders paid tools from low-cost first checks to higher-cost follow-up calls when justified.

Finance Ops

Machine-Payment Treasury Dust Map

x402_machine_payment_treasury_dust_map

0.01 USDCbase
POST/api/x402/x402-machine-payment-treasury-dust-map

Best for finance ops

Maps aggregate high-volume low-value machine-payment facts for treasury dust and reconciliation risk.

Finance Ops

x402 Seller Revenue Command Center

Seller Revenue Health Dashboard

x402_seller_revenue_command_center

0.01 USDCbase
POST/api/x402/x402-seller-revenue-command-center

Best for finance ops

Shows whether paid-agent endpoints are priced, discoverable, converting, or leaking unpaid access.

Finance Ops

Cross-Agent Payment Graph Anomaly Lens

Payment Graph Anomaly Checker

x402_cross_agent_payment_graph_anomaly_lens

0.01 USDCbase
POST/api/x402/x402-cross-agent-payment-graph-anomaly-lens

Best for finance ops

Labels unusual cross-agent payment graph patterns without making fraud or wrongdoing claims.

Finance Ops

Agent Commerce ROI Receipt Board

x402_agent_commerce_roi_receipt_board

0.01 USDCbase
POST/api/x402/x402-agent-commerce-roi-receipt-board

Best for finance ops

Operators buying many small paid agent services need to know which calls produced useful value.

Finance Ops
Privacy And Policy5

MCP Paid Tool Permission Scope Auditor

x402_mcp_paid_tool_permission_scope_auditor

0.01 USDCbase
POST/api/x402/x402-mcp-paid-tool-permission-scope-auditor

Best for privacy and policy

Audits sanitized MCP paid-tool permission scope declarations.

Privacy And Policy

x402 Agent Wallet Spend Policy Simulator

x402_agent_wallet_spend_policy_simulator

0.01 USDCbase
POST/api/x402/x402-agent-wallet-spend-policy-simulator

Best for privacy and policy

Simulates sanitized buyer-agent payment workloads against wallet spend-policy facts.

Privacy And Policy

x402 Spend Permission Allowance Fit Checker

x402_spend_permission_allowance_fit_checker

0.01 USDCbase
POST/api/x402/x402-spend-permission-allowance-fit-checker

Best for privacy and policy

Checks whether a bounded spend permission fits a caller-supplied paid-agent workload.

Privacy And Policy

Commerce PII Minimization Check

x402_commerce_pii_minimization_check

0.01 USDCbase
POST/api/x402/x402-commerce-pii-minimization-check

Best for privacy and policy

Classifies commerce schema fields for buyer-data minimization risk.

Privacy And Policy

MCP Elicitation Consent Transcript Auditor

x402_mcp_elicitation_consent_transcript_auditor

0.01 USDCbase
POST/api/x402/x402-mcp-elicitation-consent-transcript-auditor

Best for privacy and policy

Audits sanitized MCP elicitation prompts and consent facts for scope and record gaps.

Privacy And Policy
Checkout And Buyer UX8

Agent Checkout State Simulator

x402_agent_checkout_state_simulator

0.01 USDCbase
POST/api/x402/x402-agent-checkout-state-simulator

Best for checkout and buyer ux

Simulates caller-supplied agent checkout state facts for readiness gaps.

Checkout And Buyer UX

Final Total Delta Guard

x402_final_total_delta_guard

0.01 USDCbase
POST/api/x402/x402-final-total-delta-guard

Best for checkout and buyer ux

Compares agent-commerce quote, checkout, final payment, and order totals for unexplained deltas.

Checkout And Buyer UX

Agent-Rendered Checkout UI Diff

x402_agent_rendered_checkout_ui_diff

0.01 USDCbase
POST/api/x402/x402-agent-rendered-checkout-ui-diff

Best for checkout and buyer ux

Compares seller checkout facts with caller-supplied agent-rendered buyer views.

Checkout And Buyer UX

Paid Tool Confirmation Prompt Auditor

x402_paid_tool_confirmation_prompt_auditor

0.01 USDCbase
POST/api/x402/x402-paid-tool-confirmation-prompt-auditor

Best for checkout and buyer ux

Audits paid MCP/tool confirmation prompts for clear buyer spend consent.

Checkout And Buyer UX

x402 Partial Work Charge Boundary Tester

x402_partial_work_charge_boundary_tester

0.01 USDCbase
POST/api/x402/x402-partial-work-charge-boundary-tester

Best for checkout and buyer ux

Classifies timeout, cancellation, partial result, retry, and charge-policy facts for paid work boundaries.

Checkout And Buyer UX

Agent Commerce Terms URI Resolver

Agent Commerce Terms Link Checker

x402_agent_commerce_terms_uri_resolver

0.01 USDCbase
POST/api/x402/x402-agent-commerce-terms-uri-resolver

Best for checkout and buyer ux

Checks whether terms, refund, support, license, and usage-policy links are available before purchase.

Checkout And Buyer UX

Merchant-of-Record Boundary Explainer

x402_merchant_of_record_boundary_explainer

0.01 USDCbase
POST/api/x402/x402-merchant-of-record-boundary-explainer

Best for checkout and buyer ux

Maps caller-supplied agent-commerce role facts into payment, fulfillment, support, and refund boundaries.

Checkout And Buyer UX

Payment Method Disclosure Map

x402_payment_method_disclosure_map

0.01 USDCbase
POST/api/x402/x402-payment-method-disclosure-map

Best for checkout and buyer ux

Maps payment rails, handlers, tokens, networks, wallet requirements, and buyer disclosures.

Checkout And Buyer UX
A2A And Delegation8

A2A Agent Card Trust Radar

Agent Card Trust Check

x402_a2a_agent_card_trust_radar

0.01 USDCbase
POST/api/x402/x402-a2a-agent-card-trust-radar

Best for a2a and delegation

Checks whether a public Agent Card includes enough identity, skill, security, signature, and docs evidence.

A2A And Delegation

A2A Skill-to-Task Matchmaker

x402_a2a_skill_to_task_matchmaker

0.01 USDCbase
POST/api/x402/x402-a2a-skill-to-task-matchmaker

Best for a2a and delegation

Buyer agents need to choose the right remote skill without executing tasks or trusting vague service descriptions.

A2A And Delegation

A2A Handoff Readiness Boarding Pass

A2A Handoff Readiness Check

x402_a2a_handoff_readiness_boarding_pass

0.01 USDCbase
POST/api/x402/x402-a2a-handoff-readiness-boarding-pass

Best for a2a and delegation

Checks whether an agent-to-agent handoff has the required payload, mode, auth, status, and failure details.

A2A And Delegation

A2A Agent Card Signature Confidence Lens

Agent Card Signature Check

x402_a2a_agent_card_signature_confidence_lens

0.01 USDCbase
POST/api/x402/x402-a2a-agent-card-signature-confidence-lens

Best for a2a and delegation

Checks whether an Agent Card is signed, unverifiable, missing a key, or ready for later verification.

A2A And Delegation

Agent-to-Agent Team Role Map

x402_agent_to_agent_team_role_map

0.01 USDCbase
POST/api/x402/x402-agent-to-agent-team-role-map

Best for a2a and delegation

Workflow builders can see multiple public agents but cannot quickly map which one should lead, specialize, validate, or be excluded.

A2A And Delegation

AP2 Human-Not-Present Safety Simulator

x402_ap2_human_not_present_safety_simulator

0.01 USDCbase
POST/api/x402/x402-ap2-human-not-present-safety-simulator

Best for a2a and delegation

Human-not-present purchases need constraint simulation before an autonomous buyer attempts payment.

A2A And Delegation

A2A Delegation Deal Room

A2A Delegation Readiness Checker

x402_a2a_delegation_deal_room

0.01 USDCbase
POST/api/x402/x402-a2a-delegation-deal-room

Best for a2a and delegation

Checks two Agent Cards and task facts to decide whether to delegate, negotiate, or avoid delegation.

A2A And Delegation

Agent Buyer Trust Passport Plus

Paid Agent Trust Summary

x402_agent_buyer_trust_passport_plus

0.01 USDCbase
POST/api/x402/x402-agent-buyer-trust-passport-plus

Best for a2a and delegation

Summarizes whether a paid service is understandable, evidenced, limited, and worth using.

A2A And Delegation
Marketplace And ASO7

Agent Marketplace Comparison Board

x402_agent_marketplace_comparison_board

0.01 USDCbase
POST/api/x402/x402-agent-marketplace-comparison-board

Best for marketplace and aso

Buyer agents see multiple similar services but lack one normalized board for price visibility, proof, limitations, and fit.

Marketplace And ASO

Agent Buyer Tour Storyboard Generator

Buyer Journey Generator

x402_agent_buyer_tour_storyboard_generator

0.01 USDCbase
POST/api/x402/x402-agent-buyer-tour-storyboard-generator

Best for marketplace and aso

Builds a five-step buyer journey from public service metadata, sample output, proof, limits, and support.

Marketplace And ASO

llms.txt Agent Buyer Path Mapper

x402_llms_txt_agent_buyer_path_mapper

0.01 USDCbase
POST/api/x402/x402-llms-txt-agent-buyer-path-mapper

Best for marketplace and aso

Buyer agents can land on public docs but fail to find service purpose, examples, price, limitations, and support path.

Marketplace And ASO

Agent Discovery Snippet ASO Grader

x402_agent_discovery_snippet_aso_grader

0.01 USDCbase
POST/api/x402/x402-agent-discovery-snippet-aso-grader

Best for marketplace and aso

Public discovery snippets often fail to state who the agent serves, what it does, what it costs, what proof it returns, and what it does not do.

Marketplace And ASO

x402 Opportunity Radar for API Sellers

x402 Endpoint Opportunity Ranker

x402_api_seller_opportunity_radar

0.01 USDCbase
POST/api/x402/x402-api-seller-opportunity-radar

Best for marketplace and aso

Ranks which API endpoints are strongest candidates to become paid x402 agent products.

Marketplace And ASO

Agent Marketplace Listing Revenue Optimizer

Marketplace Listing Conversion Checker

x402_agent_marketplace_listing_revenue_optimizer

0.01 USDCbase
POST/api/x402/x402-agent-marketplace-listing-revenue-optimizer

Best for marketplace and aso

Reviews listing metadata and suggests clearer price, proof, limits, and value copy for buyer agents.

Marketplace And ASO

BMM Flagship Demo Deal Desk

BMM Demo Journey Builder

x402_bmm_flagship_demo_deal_desk

0.01 USDCbase
POST/api/x402/x402-bmm-flagship-demo-deal-desk

Best for marketplace and aso

Builds a buyer-ready demo packet from selected BMM agents, proof links, missing evidence, and next steps.

Marketplace And ASO

Quickstart

The first request returns a 402 challenge. The paid retry returns the service result. Send valid public blockchain input without a payment header. The example address below is a public target wallet to analyze, not the payment receiver. The challenge includes the exact price, receiver, network, and resource.

Install the x402 client packages
npm install @x402/fetch @x402/evm viem

Copyable curl challenge request

curl -i -X POST \
  https://api.blockchainmoneymap.com/api/x402/wallet-snapshot \
  -H 'content-type: application/json' \
  -d '{"address":"0x742d35Cc6634C0532925a3b844Bc454e4438f44e","chain":"base"}'

Raw HTTP shape

POST https://api.blockchainmoneymap.com/api/x402/wallet-snapshot
Content-Type: application/json

{"address":"0x742d35Cc6634C0532925a3b844Bc454e4438f44e","chain":"base"}

MCP config

Connect BMM as an agent tool server

Use the existing MCP endpoint when an agent runtime supports remote MCP server configuration. This makes the BMM tool surface discoverable from compatible agent clients; paid x402 resources still require the normal payment challenge and signed retry.

{
  "mcpServers": {
    "blockchain-money-map": {
      "url": "https://api.blockchainmoneymap.com/api/mcp"
    }
  }
}

Payment Retry

Use the x402 client to convert the 402 challenge into a signed payment header, then retry the same request body. Blockchain Money Map accepts either signed header name below. Do not log, paste, or store the raw signed value.

Accepted signed header
X-PAYMENT: <signed-x402-payment>
PAYMENT-SIGNATURE: <signed-x402-payment>
Receiver check

Configured public receiver: 0x2211E12e6Bc8Da27B48B9DD66A55f5C3388D713a. Compare each 402 challenge payTo value to this receiver before signing.

For higher-risk purchases, call Agent Payment Preflight before paying:https://api.blockchainmoneymap.com/api/x402/payment-preflight

Support and reliability

Support contact: support@blockchainmoneymap.com

Availability target: 99.0% monthly availability for discovery and paid x402 endpoints, excluding upstream blockchain, data-provider, facilitator, and scheduled-maintenance outages. Check https://api.blockchainmoneymap.com/api/health before paying. This status statement is operational guidance, not a contractual service-level agreement.

Public status: https://blockchainmoneymap.com/status

SDK-style example

Run this only in a local agent runtime with a dedicated buyer wallet. Never send the buyer private key to this website.

import { x402Client, x402HTTPClient } from "@x402/fetch";
import { registerExactEvmScheme } from "@x402/evm/exact/client";
import { privateKeyToAccount } from "viem/accounts";

const endpoint = "https://api.blockchainmoneymap.com/api/x402/wallet-snapshot";
const body = {
  address: "0x742d35Cc6634C0532925a3b844Bc454e4438f44e",
  chain: "base"
};

const signer = privateKeyToAccount(process.env.BUYER_PRIVATE_KEY as `0x${string}`);
const client = new x402Client();
registerExactEvmScheme(client, { signer, networks: ["eip155:8453"] });
const httpClient = new x402HTTPClient(client);

const first = await fetch(endpoint, {
  method: "POST",
  headers: { "content-type": "application/json" },
  body: JSON.stringify(body)
});

if (first.status !== 402) {
  throw new Error(`Expected 402 payment challenge, got ${first.status}`);
}

const challengeBody = await first.json();
const paymentRequired = httpClient.getPaymentRequiredResponse(
  (name) => first.headers.get(name),
  challengeBody
);

const expectedPayTo = "0x2211E12e6Bc8Da27B48B9DD66A55f5C3388D713a".toLowerCase();
const payTo = paymentRequired.accepts?.[0]?.payTo?.toLowerCase();
if (!payTo || payTo !== expectedPayTo) {
  throw new Error(`Unexpected x402 receiver: ${payTo ?? "missing"}`);
}

const paymentPayload = await httpClient.createPaymentPayload(paymentRequired);
const paymentHeaders = httpClient.encodePaymentSignatureHeader(paymentPayload);

const paid = await fetch(endpoint, {
  method: "POST",
  headers: { "content-type": "application/json", ...paymentHeaders },
  body: JSON.stringify(body)
});

console.log(paid.status, await paid.json());

Use only public blockchain addresses, contracts, and transaction hashes. Do not submit private keys, seed phrases, passwords, signatures, or wallet secrets. Outputs are research summaries only and are not financial, legal, tax, investment, trading, or compliance advice.