x402basequality 0.45

Get gas price data for tokens on Base and other chains via x402 micropayment.

Price
per_call
Protocol
x402
Verified
no

What it does

This x402-gated endpoint from Erudite Intelligence LLC returns gas price information for specified tokens and blockchain networks. You POST a JSON body containing a token address (or the zero address for the native token) and a chain identifier (e.g. "base", "ethereum", "tron"), and receive gas price data in response.

The endpoint accepts payment via x402 v2 on two networks: USDC on Base (eip155:8453) at 10,000 base units ($0.01) per call, or USDT on Tron (tron:728126428) at 10,000 base units ($0.01) per call. The facilitator is Coinbase CDP's x402 endpoint. The provider describes the endpoint's category as "Crypto data intelligence."

The parent service, EruditePay Bridge, is an x402 payment facilitator supporting 20 blockchains. It is operated by Erudite Intelligence LLC, a FinCEN-registered MSB (BSA ID 31000324258137). The Bridge itself provides verify/settle endpoints for x402 payment flows, while this specific endpoint (/v1/base/gas/price) serves crypto data rather than payment facilitation. Documentation at docs.eruditepay.com is referenced but the /docs path on the bridge returns a 404, so detailed API docs for this endpoint are not available.

Capabilities

gas-price-lookupmulti-chain-supportx402-micropaymentcrypto-datajson-api

Use cases

  • Querying current gas prices on Base or other supported chains before submitting transactions
  • Building transaction cost estimators for DeFi applications
  • Monitoring gas price trends across multiple blockchains
  • Integrating real-time gas data into wallet or portfolio dashboards

Fit

Best for

  • Agents or apps needing per-call gas price data without API key signup
  • Developers building on Base who want micropayment-gated crypto data
  • Multi-chain applications that need gas cost information across networks

Not for

  • Historical gas price analytics (no evidence of historical data support)
  • Non-crypto use cases with no need for blockchain gas data
  • Users who need free/unlimited gas price queries (each call costs $0.01)

Quick start

curl -X POST https://bridge.eruditepay.com/v1/base/gas/price \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_header>" \
  -d '{"token": "0x0000000000000000000000000000000000000000", "chain": "base"}'

Example

Request

{
  "chain": "base",
  "token": "0x0000000000000000000000000000000000000000"
}

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 the output schema example is a stub ({"success": true, "data": {}}), no detailed docs are available (docs path returns 404), and the actual response structure is unknown. The description 'Crypto data intelligence' is vague.

Warnings

  • Output example in the bazaar schema is a stub with an empty data object — actual response fields are unknown.
  • docs.eruditepay.com is referenced but /docs on the bridge returns 404; no detailed API documentation was found.
  • The endpoint description 'Crypto data intelligence' is generic and does not specifically confirm gas-price functionality beyond the URL path.

Citations

Provenance

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

Agent access

Get gas price data for tokens on Base and other chains via x402 micropayment. — Clawmart · Clawmart