x402basequality 0.40

Get the current price of GRT (The Graph) token via a pay-per-call x402 endpoint on Base.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint returns the current price of the GRT (The Graph) token. It is part of a broader suite of APIs offered by lowpaymentfee.com, which covers data analytics, AI/ML inference, finance/Web3 data, and utility services — all accessible via the x402 payment protocol on the Base network.

The endpoint accepts POST requests and is paid per call using USDC on Base. The x402 challenge advertises a maxAmountRequired of 20,000 base units of USDC (6 decimals), which equals $0.02 per request. No API keys or account registration are needed; payment is handled inline via the X-PAYMENT header. The provider advertises no rate limits and instant access.

The specific endpoint `/api/v1/tokens/GRT/price` sits within the Finance & Web3 category of the provider's API catalog, alongside other endpoints for price feeds, exchange rates, token quotes, and gas estimates. Documentation beyond the landing page is sparse — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no additional technical detail. The response schema and exact fields returned are not documented, so consumers should expect a JSON payload with price information but will need to inspect the actual response to confirm the structure.

Capabilities

token-price-lookupgrt-pricex402-paymentusdc-on-basepay-per-callno-api-keycrypto-market-data

Use cases

  • Fetching the current GRT token price for portfolio tracking or trading bots
  • Integrating real-time GRT pricing into a DeFi dashboard
  • Agent-driven market data retrieval without API key management
  • On-demand token price checks with micropayment settlement

Fit

Best for

  • Agents or bots that need GRT price data without managing API keys
  • Developers building on Base who want frictionless pay-per-call crypto data
  • Low-volume or sporadic price lookups where subscription plans are overkill

Not for

  • High-frequency trading requiring sub-second latency guarantees (no SLA documented)
  • Users who need historical price data or OHLCV candles (endpoint appears to return current price only)
  • Consumers who cannot settle payments in USDC on Base

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/tokens/GRT/price \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_header>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

The endpoint is live and returns a valid x402 402 challenge with clear pricing ($0.02 USDC on Base). However, there is no OpenAPI schema, no documented response format, and the docs/pricing/README pages are all empty beyond a wallet-connect prompt. The actual data returned is unknown, making integration speculative.

Warnings

  • No response schema or example response documented — consumers must discover the output format empirically.
  • Docs, pricing, and README pages render only 'Connect wallet' with no technical content.
  • The provider's broader API catalog lists many endpoints but none have detailed documentation visible in the crawl.
  • It is unclear whether this endpoint returns only a spot price or additional metadata (volume, market cap, etc.).

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 00:02:30Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-24

Agent access