x402basequality 0.45

Check token tax/fee metadata for any crypto token address via x402 micropayment.

Price
per_call
Protocol
x402
Verified
no

What it does

The EruditePay Token Tax Check endpoint accepts a POST request with a token address (or symbol) and returns tax-related intelligence data for that token. It is part of the EruditePay Bridge platform, described as "Crypto data intelligence," and is operated by Erudite Intelligence LLC, a FinCEN MSB-registered entity.

The endpoint is live and uses the x402 v2 payment protocol. Each call costs 10,000 base units of either USDC on Base (eip155:8453) or USDT on Tron (tron:728126428). Since both USDC and USDT use 6 decimals, the per-call price is $0.01 (one cent). Payment is facilitated through the Coinbase CDP x402 facilitator for the Base option. The response is JSON with a structure of `{"success": true, "data": {}}`, though the exact fields within `data` are not documented beyond the example stub.

Documentation is sparse — the `/docs` path returns a 404, and no OpenAPI spec is available. The input schema requires a JSON body with a `token` field (string: token address or symbol). The output schema and the specific tax metrics returned (e.g., buy tax percentage, sell tax percentage, transfer tax, honeypot detection) are not explicitly documented in the probe or crawl material, so the exact data fields must be discovered by making a paid call.

Capabilities

token-tax-checkcrypto-data-intelligencex402-paymentbase-usdctron-usdtjson-apipost-endpoint

Use cases

  • Check buy/sell tax percentages on a token contract before trading
  • Screen tokens for honeypot or high-fee characteristics in automated trading bots
  • Integrate token tax data into a DeFi aggregator or portfolio tracker
  • Agent-driven due diligence on newly listed tokens

Fit

Best for

  • DeFi trading bots needing automated token safety checks
  • Crypto analytics platforms enriching token metadata
  • AI agents performing on-chain token research

Not for

  • Non-crypto or traditional finance tax compliance
  • Users needing free, unlimited token lookups (each call costs $0.01)
  • Detailed smart contract auditing beyond tax/fee metadata

Quick start

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

Example

Request

{
  "token": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
}

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 input schema and pricing, but documentation is effectively absent — /docs returns 404, no OpenAPI spec exists, and the output data fields are entirely unknown beyond a stub example. The description 'Crypto data intelligence' and endpoint path 'token/tax-check' allow reasonable inference but not certainty about returned fields.

Warnings

  • No documentation available — /docs returns 404 and no OpenAPI spec is published
  • Output data fields are completely undocumented; the example shows an empty data object
  • Exact tax metrics returned (buy tax, sell tax, honeypot, etc.) must be inferred from the endpoint name

Citations

Provenance

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

Agent access