AML alerts endpoint paid per-request via x402 on Base (USDC).
What it does
This endpoint at lowpaymentfee.com provides AML (Anti-Money Laundering) alert data accessible via the x402 payment protocol. The specific resource `/api/v1/aml/alerts/20` is not listed on the provider's public landing page, which catalogs dozens of other API categories (analytics, AI/ML, finance, infrastructure) — all priced at $0.02 per request. The AML alerts endpoint follows the same x402 pattern: it returns a 402 challenge requesting payment in USDC on the Base network.
The x402 challenge specifies a maxAmountRequired of 20,000 base units of USDC (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913, which uses 6 decimals), equating to $0.02 per call. Payment is made via the `exact` scheme to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 with a 300-second timeout. The endpoint accepts POST requests and returns application/json.
Documentation is extremely sparse. The crawled /docs, /api, /pricing, and /README pages all rendered only a "Connect wallet" prompt with no substantive content. There is no OpenAPI schema, no request/response examples, and no description of what the AML alerts response payload contains. The endpoint appears live (402 challenge confirmed), but the actual data quality and schema of the AML alert response are unknown.
Capabilities
Use cases
- —Retrieving AML alert data for compliance workflows
- —Integrating AML checks into automated financial pipelines
- —Agent-driven compliance screening with per-call crypto payment
Fit
Best for
- —Developers needing pay-per-use AML data without API key signup
- —Agents that can settle x402 payments in USDC on Base
- —Compliance workflows requiring on-demand alert lookups
Not for
- —Users who need detailed API documentation or guaranteed SLAs before integrating
- —Bulk AML screening at high volume (no documented batch endpoint)
- —Users without a Base-network USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/aml/alerts/20 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02/request in USDC on Base). However, there is no documentation, no OpenAPI schema, no request/response examples, and the AML alerts endpoint is not even listed on the provider's own landing page. The actual data returned is completely unknown.
Warnings
- —No API documentation available — /docs, /api, /pricing, and /README pages all show only 'Connect wallet' with no content
- —The /api/v1/aml/alerts/20 endpoint is not listed among the provider's publicly advertised APIs
- —No request or response schema available; payload structure is unknown
- —AML/compliance data may be subject to regulatory requirements — verify data provenance and accuracy independently
Citations
- —The x402 challenge requests 20,000 base units of USDC (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base, equating to $0.02https://lowpaymentfee.com/api/v1/aml/alerts/20
- —The provider's landing page lists APIs across analytics, AI/ML, finance, and infrastructure categories all priced at $0.02/requesthttps://lowpaymentfee.com
- —The /api/v1/aml/alerts/20 endpoint is not listed among the provider's publicly advertised APIshttps://lowpaymentfee.com
- —Documentation pages (/docs, /api, /pricing, /README) render only a 'Connect wallet' prompthttps://lowpaymentfee.com/docs