Tron wallet copy-target intelligence via x402 micropayment on Base (USDC) or Tron (USDT).
What it does
This endpoint, hosted by Erudite Intelligence LLC on their EruditePay x402 Bridge, provides crypto data intelligence focused on Tron wallet "copy targets." You POST a wallet or contract address and receive structured JSON data about that address's copy-trading relevance on the Tron network. The endpoint is gated behind the x402 payment protocol (v2) and accepts payment in either USDC on Base (eip155:8453) or USDT on Tron (tron:728126428), both priced at 10,000 base units — equivalent to $0.01 per call (6-decimal stablecoins).
The request schema is straightforward: send a JSON body with an `address` field containing a wallet or contract address. The response returns a JSON object with `success` (boolean) and `data` (object), though the exact structure of the `data` payload is not documented beyond the example stub `{}`. No OpenAPI spec or detailed documentation was found — the provider's /docs path returns a 404. The provider (Erudite Intelligence LLC) is a FinCEN-registered MSB (BSA ID 31000324258137) operating a non-custodial x402 facilitator that supports 20 blockchains.
The endpoint is live and returns a proper 402 challenge with full x402 v2 payment requirements. However, the lack of documentation about what "copy targets" means in practice, what fields the `data` object contains, and any rate limits or usage constraints significantly limits the ability to evaluate this endpoint's utility before paying for a call.
Capabilities
Use cases
- —Identify Tron wallets worth copy-trading based on on-chain behavior
- —Automated agent-driven crypto portfolio research on Tron
- —Screening Tron addresses for copy-trading signal quality
- —Integrating Tron wallet intelligence into trading bots
Fit
Best for
- —Crypto trading agents that need Tron-specific copy-trade intelligence
- —Automated on-chain research pipelines paying per-query via x402
- —Developers building copy-trading tools on the Tron network
Not for
- —Non-Tron blockchain wallet analysis (endpoint is Tron-specific)
- —Users who need detailed documentation before committing to an API
- —Free-tier or high-volume bulk analysis without per-call payment
Quick start
curl -X POST https://bridge.eruditepay.com/v1/tron/wallet/copy-targets \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_header>" \
-d '{"address": "TLa2f6VPqDgRE67v1736s7bJ8Ray5wYjU7"}'Example
Request
{
"address": "TLa2f6VPqDgRE67v1736s7bJ8Ray5wYjU7"
}Response
{
"data": {},
"success": true
}Endpoint
Quality
The endpoint is live and returns a well-formed x402 v2 challenge with clear pricing and payment options. However, there is no documentation beyond a stub example response, no OpenAPI spec, and the actual data payload structure is completely unknown. The description 'Crypto data intelligence' is vague and 'copy-targets' is not defined anywhere in the crawled material.
Warnings
- —No documentation available — /docs returns 404
- —Response data structure is entirely unknown; the example shows an empty object
- —The meaning of 'copy targets' is not defined in any crawled material
- —No rate limits, SLA, or usage constraints documented
Citations
- —Endpoint accepts USDC on Base (eip155:8453) at 10000 base units ($0.01) and USDT on Tron at 10000 base units ($0.01)https://bridge.eruditepay.com/v1/tron/wallet/copy-targets
- —Provider is Erudite Intelligence LLC, FinCEN MSB registered with BSA ID 31000324258137https://bridge.eruditepay.com
- —EruditePay Bridge supports 20 blockchains and charges 0.5% per settlementhttps://bridge.eruditepay.com
- —x402 facilitator is non-custodial with settlement routing direct to payeehttps://bridge.eruditepay.com