x402basequality 0.45

Monitor stablecoin flows across blockchains via x402-paid POST endpoint

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint at bridge.eruditepay.com provides crypto data intelligence focused on stablecoin flow monitoring. It accepts a POST request with a JSON body specifying a token address (or symbol) and a blockchain network, and returns flow data for that token/chain combination. The endpoint is gated by the x402 protocol (version 2) and accepts payment on two networks: USDC on Base (eip155:8453) at $0.01 per call, or USDT on Tron (tron:728126428) at $0.01 per call. The facilitator is Coinbase CDP for the Base option. The provider is Erudite Intelligence LLC, a FinCEN MSB-registered entity.

The request schema is straightforward: a JSON object with `token` (token address or symbol) and `chain` (blockchain network name). The response returns a JSON object with a `success` boolean and a `data` object, though the example response shows an empty data object, so the exact structure of the returned flow data is not documented. The endpoint description in the x402 challenge is simply "Crypto data intelligence," and no further documentation was found — the /docs path returns a 404.

The endpoint is live and returns a valid x402 v2 challenge on POST. However, documentation is minimal: there is no OpenAPI spec, no detailed description of what "stablecoin flows" data actually contains, and the example output is an empty object. Users should expect to experiment to understand the response payload.

Capabilities

stablecoin-monitoringcross-chain-analyticstoken-flow-trackingx402-paymentmulti-network-settlementcrypto-data-intelligence

Use cases

  • Monitoring stablecoin transfer volumes and flows on a specific blockchain
  • Tracking USDC or USDT movement patterns across chains for compliance or research
  • Building dashboards that visualize stablecoin liquidity flows
  • Automated agents gathering on-chain stablecoin intelligence for trading strategies
  • Compliance monitoring of stablecoin transfers

Fit

Best for

  • Crypto analysts needing programmatic stablecoin flow data
  • AI agents performing on-chain research with per-call micropayments
  • Compliance teams monitoring stablecoin movement across networks

Not for

  • Users needing detailed historical transaction-level data (response schema is undocumented)
  • Non-crypto analytics use cases
  • Users who need free or subscription-based pricing rather than per-call payments

Quick start

curl -X POST https://bridge.eruditepay.com/v1/cross/monitor/stablecoin-flows \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-header>" \
  -d '{"token": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913", "chain": "base"}'

Example

Request

{
  "chain": "base",
  "token": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
}

Response

{
  "data": {},
  "success": true
}

Endpoint

Transporthttp
Protocolx402
Pay to0x6961b88476a9b89C4ed97A4aF4D190754d5e70A1
CurrencyUSD COIN

Quality

0.45/ 1.00

The endpoint is live with a valid x402 v2 challenge and has a basic input schema, but documentation is extremely sparse. The response data structure is undocumented (example shows empty object), there is no OpenAPI spec, and the /docs path returns 404. Pricing is clear ($0.01/call) but the actual value of the returned data cannot be assessed.

Warnings

  • No documentation available — /docs returns 404
  • Response data structure is undocumented; the example output contains an empty data object
  • The description 'Crypto data intelligence' is vague and does not specify what stablecoin flow metrics are returned
  • No OpenAPI specification provided

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-22 01:48:38Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access