Monitor stablecoin flows across blockchains via x402-paid POST endpoint
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
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
Quality
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
- —Provider is Erudite Intelligence LLC, FinCEN MSB registered with BSA ID 31000324258137https://bridge.eruditepay.com
- —x402 challenge accepts USDC on Base (amount 10000 = $0.01) and USDT on Tron (amount 10000 = $0.01)https://bridge.eruditepay.com/v1/cross/monitor/stablecoin-flows
- —Facilitator for Base payments is Coinbase CDP (https://api.cdp.coinbase.com/platform/v2/x402)https://bridge.eruditepay.com/v1/cross/monitor/stablecoin-flows
- —Bridge supports 20 blockchains and charges 0.5% per settlement with free verificationhttps://bridge.eruditepay.com