Stablecoin statistics for Base network tokens via x402 micropayment
What it does
This endpoint provides on-chain stablecoin statistics for the Base network. It is operated by Erudite Intelligence LLC and described as "Crypto data intelligence." You send a POST request with a JSON body containing a token address (or symbol), and receive statistics data in return. The endpoint is gated by the x402 protocol (version 2) and costs $0.01 per call, payable in USDC on Base (eip155:8453) or USDT on Tron.
The x402 challenge is live and returns a well-formed payment requirement. The request schema accepts a `token` field (string) representing a token address or symbol. The response is a JSON object with a `success` boolean and a `data` object, though the exact shape of the returned statistics is not documented beyond the example stub `{"success": true, "data": {}}`. No OpenAPI spec or detailed documentation was found — the provider's /docs path returns a 404.
The facilitator for Base payments is Coinbase CDP (`api.cdp.coinbase.com/platform/v2/x402`). The provider is FinCEN MSB registered (BSA ID 31000324258137) and operates a non-custodial settlement model. Because the output schema and field definitions are undocumented, callers should expect to explore the response experimentally.
Capabilities
Use cases
- —Retrieving on-chain stablecoin metrics for tokens on Base
- —Automated portfolio or dashboard data feeds for stablecoin performance
- —Agent-driven crypto research requiring per-token statistics
Fit
Best for
- —AI agents needing programmatic stablecoin data on Base
- —Developers building crypto dashboards with pay-per-call data
- —Automated trading or analytics pipelines requiring token stats
Not for
- —Users needing free or bulk historical data downloads
- —Non-crypto or non-stablecoin data queries
- —Detailed documentation-dependent integrations (docs are sparse)
Quick start
curl -X POST https://bridge.eruditepay.com/v1/base/stablecoin/stats \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_header>" \
-d '{"token": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"}'Example
Request
{
"token": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
}Response
{
"data": {},
"success": true
}Endpoint
Quality
The endpoint is live (402 challenge confirmed) with a clear price and basic input schema, but the output data shape is entirely undocumented (example is an empty object), no OpenAPI spec exists, and the /docs path returns 404. The actual statistics returned are unknown.
Warnings
- —Output schema is effectively undocumented — the example response contains an empty data object
- —No OpenAPI or detailed API documentation found (provider /docs returns 404)
- —Exact fields returned in the 'data' object are unknown and must be discovered experimentally
Citations
- —Endpoint description is 'Crypto data intelligence' and costs 10000 base units of USDC (6 decimals = $0.01) on Basehttps://bridge.eruditepay.com/v1/base/stablecoin/stats
- —Provider is Erudite Intelligence LLC, FinCEN MSB registered with BSA ID 31000324258137https://bridge.eruditepay.com
- —Facilitator for Base payments is Coinbase CDP at api.cdp.coinbase.com/platform/v2/x402https://bridge.eruditepay.com
- —Also accepts USDT on Tron at the same 10000 base unit pricehttps://bridge.eruditepay.com/v1/base/stablecoin/stats