x402basequality 0.45

Check buy/sell tax rates on Tron tokens via x402 micropayment

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint, operated by Erudite Intelligence LLC, performs a token tax check on the Tron blockchain. You POST a JSON body containing a token address (or symbol), pay per-call via the x402 protocol, and receive tax-related data for that token. The endpoint accepts payment in USDC on Base (eip155:8453) or USDT on Tron (tron:728126428), each costing 0.01 USD per request (10,000 base units with 6 decimals).

The x402 challenge is live and returns a version-2 payment requirement. The Bazaar schema embedded in the challenge specifies a POST with a JSON body containing a single field "token" (a string representing the token address or symbol). The response is JSON with a "success" boolean and a "data" object, though the exact structure of the data object is not documented beyond an empty example. This makes it difficult to know precisely what fields are returned (e.g., buy tax percentage, sell tax percentage, transfer tax, etc.).

The provider, EruditePay, operates an x402 payment facilitator bridge supporting 20 blockchains and is registered as a FinCEN MSB (BSA ID 31000324258137). The facilitator is non-custodial and settlements route directly. Documentation at docs.eruditepay.com is referenced on the landing page but the /docs path on the bridge itself returns a 404, so detailed API documentation for this specific endpoint is unavailable.

Capabilities

tron-token-tax-checkx402-paymentcrypto-data-intelligencetoken-analysistron-blockchain

Use cases

  • Check buy and sell tax percentages on a Tron TRC20 token before trading
  • Screen tokens for honeypot characteristics by detecting excessive tax rates
  • Integrate automated token safety checks into a Tron trading bot
  • Evaluate token contract tax parameters as part of due diligence

Fit

Best for

  • Tron DeFi traders who need to verify token taxes before swapping
  • Trading bots that need programmatic token safety screening on Tron
  • Crypto analytics platforms integrating Tron token risk data

Not for

  • Checking token taxes on non-Tron blockchains (endpoint is Tron-specific)
  • Users who need free unlimited calls without crypto micropayments
  • Detailed smart contract auditing beyond tax rate checks

Quick start

curl -X POST https://bridge.eruditepay.com/v1/tron/token/tax-check \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_header>" \
  -d '{"token": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t"}'

Example

Request

{
  "token": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t"
}

Response

{
  "data": {},
  "success": true
}

Endpoint

Transporthttp
Protocolx402
Pay to0x24c5da6267AEbEBfCBf7B325753C5B2538A5B09B
CurrencyUSD COIN

Quality

0.45/ 1.00

The endpoint is live (402 challenge captured) with a clear payment schema and basic input/output structure, but the response data object is only shown as empty in the example. No detailed documentation is available for the actual fields returned, and the docs link leads to a 404. Pricing and payment options are clear.

Warnings

  • Response schema is undocumented — the example shows an empty 'data' object with no field definitions
  • docs.eruditepay.com is referenced but /docs on the bridge returns 404; no detailed API docs found
  • Exact fields returned (buy tax, sell tax, etc.) are inferred from the endpoint name, not confirmed by documentation

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-22 02:15:54Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access

Check buy/sell tax rates on Tron tokens via x402 micropayment — Clawmart · Clawmart