Look up Tron token metadata via x402-paid POST endpoint
What it does
This endpoint, hosted by Erudite Intelligence LLC on the EruditePay x402 Bridge, provides Tron token intelligence. You send a POST request with a JSON body containing a token address (or symbol), and receive structured data about that token on the Tron network. The endpoint is described as "Tron intelligence" in its x402 challenge.
Payment is required via the x402 protocol (HTTP 402 challenge). The endpoint accepts two payment options: USDC on Base (network eip155:8453) at 50,000 base units ($0.05) or USDT on Tron (network tron:728126428) at 50,000 base units ($0.05). Payments are facilitated through the EruditePay Bridge, which supports 20 blockchains and settles at 0.5% per settlement. The facilitator for the Base/USDC option is Coinbase CDP.
Documentation is sparse — the example output schema only shows `{"success": true, "data": {}}` without detailing what fields are returned in the `data` object. The endpoint is live and returns a well-formed x402 v2 challenge. The provider (Erudite Intelligence LLC) is listed as a FinCEN MSB registrant (BSA ID 31000324258137) and operates non-custodially.
Capabilities
Use cases
- —Retrieve metadata or analytics for a specific Tron token by address or symbol
- —Integrate Tron token data into trading bots or portfolio dashboards
- —Validate Tron token addresses programmatically before executing transactions
- —Enrich on-chain Tron data with token-level intelligence for compliance or analytics
Fit
Best for
- —Developers building Tron-integrated applications who need token metadata on demand
- —Agents or bots that need pay-per-call Tron token lookups without API key management
- —Applications already using x402-compatible payment flows
Not for
- —Bulk or high-volume token data retrieval (pay-per-call model may be costly at scale)
- —Non-Tron blockchain token lookups (this endpoint is Tron-specific)
- —Users who need detailed documentation on response fields before integrating
Quick start
curl -X POST https://bridge.eruditepay.com/api/tron/token-info \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_header>" \
-d '{"token": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t"}'Example
Request
{
"token": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t"
}Response
{
"data": {},
"success": true
}Endpoint
Quality
The endpoint is live with a well-formed x402 v2 challenge and clear pricing, but the output schema example is effectively empty (data: {}), there is no OpenAPI spec, and the dedicated docs page returns a 404. The actual response fields are unknown.
Warnings
- —Output schema example is empty — no documentation on what fields are returned in the 'data' object
- —No OpenAPI or dedicated API documentation available (docs endpoint returns 404)
- —Response structure must be inferred; actual token data fields are undocumented
Citations
- —Endpoint description is 'Tron intelligence' and accepts POST with a token addresshttps://bridge.eruditepay.com/api/tron/token-info
- —Payment options: 50000 base units USDC on Base or 50000 base units USDT on Tron (both $0.05)https://bridge.eruditepay.com/api/tron/token-info
- —Provider is Erudite Intelligence LLC, FinCEN MSB registered (BSA ID 31000324258137)https://bridge.eruditepay.com
- —EruditePay Bridge supports 20 blockchains and charges 0.5% per settlementhttps://bridge.eruditepay.com