Discover new DEX trading pairs on the Tron network via x402 micropayment.
What it does
This endpoint provides crypto data intelligence focused on newly listed DEX trading pairs on the Tron blockchain. It accepts a POST request with a JSON body containing a token address or pair identifier and returns structured data about new pairs. The endpoint is operated by Erudite Intelligence LLC and is gated behind the x402 payment protocol (version 2).
Payment can be made in two ways: USDC on Base (eip155:8453) or USDT on Tron (tron:728126428), both at a cost of $0.01 per request (10,000 base units with 6 decimals). The x402 facilitator is Coinbase CDP for the Base payment option. The maximum payment timeout is 300 seconds for both options.
Documentation beyond the x402 challenge schema is sparse. The Bazaar extension in the 402 response provides a basic input/output schema: the input is a JSON body with a `token` field (a token address or pair identifier), and the output is a JSON object with `success` and `data` fields. No detailed field-level documentation for the response `data` object is available, so the exact structure of returned pair information must be discovered through usage.
Capabilities
Use cases
- —Monitoring newly created trading pairs on Tron DEXes for early trading opportunities
- —Building alerts or dashboards that track new token listings on Tron decentralized exchanges
- —Feeding new pair data into trading bots that operate on the Tron network
- —Research and analytics on Tron DeFi ecosystem growth
Fit
Best for
- —Crypto traders tracking new Tron DEX listings
- —DeFi analytics platforms covering the Tron ecosystem
- —Trading bot developers needing programmatic access to new pair data
Not for
- —Querying DEX pairs on non-Tron blockchains (endpoint is Tron-specific)
- —Free or high-volume bulk data extraction (each call costs $0.01)
- —Historical DEX pair data or detailed order book information (not indicated in schema)
Quick start
curl -X POST https://bridge.eruditepay.com/v1/tron/dex/new-pairs \
-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 (402 challenge captured) with a clear payment schema and basic input/output structure from the Bazaar extension. However, there is no detailed API documentation, no description of the response data fields, and the example output shows an empty data object. The endpoint's exact capabilities must be inferred from the URL path and sparse schema.
Warnings
- —No detailed API documentation available — /docs returns 404
- —Response data structure is undocumented; the example output contains an empty data object
- —The Bazaar schema example uses an Ethereum zero-address as the token value, which may not be meaningful on Tron
- —No rate limits or usage quotas are documented
Citations
- —Endpoint is operated by Erudite Intelligence LLChttps://bridge.eruditepay.com
- —Payment accepts USDC on Base (eip155:8453) or USDT on Tron (tron:728126428) at 10,000 base units ($0.01)https://bridge.eruditepay.com/v1/tron/dex/new-pairs
- —x402 facilitator for Base payments is Coinbase CDPhttps://bridge.eruditepay.com/v1/tron/dex/new-pairs
- —EruditePay Bridge is a FinCEN MSB registered entityhttps://bridge.eruditepay.com