x402basequality 0.35

Get the current price of GALA 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 GALA token in JSON format. It is part of the lowpaymentfee.com platform, which offers a suite of pay-per-request APIs spanning data analytics, AI/ML inference, finance/Web3 data, and utility services — all gated via the x402 payment protocol on the Base network.

The specific endpoint at `/api/v1/tokens/GALA/price` costs $0.02 per request (20,000 base units of USDC on Base, which has 6 decimals). Payment is made inline via the x402 `X-PAYMENT` header using the "exact" scheme, settling in USDC (contract `0x8335...2913`) on Base. There are no API keys, no rate limits, and no subscriptions — each call is individually paid for at the time of the request.

Documentation on the site is extremely sparse. The landing page lists available endpoints and pricing, but the /docs, /pricing, and /README pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no example request/response payloads, and no description of the response schema. The endpoint is confirmed live (returns a proper 402 challenge), but the actual response format after payment must be inferred from the endpoint path and the `mimeType: application/json` declaration in the x402 challenge.

Capabilities

token-price-lookupx402-paymentusdc-settlementbase-networkpay-per-requestcrypto-market-data

Use cases

  • Fetching the current GALA token price for portfolio tracking or trading bots
  • Integrating real-time GALA pricing into a DeFi dashboard
  • Agent-driven price checks before executing on-chain trades involving GALA

Fit

Best for

  • Developers needing a simple, keyless GALA price lookup
  • AI agents that can settle micropayments via x402 on Base
  • Applications requiring on-demand crypto pricing without subscription overhead

Not for

  • High-frequency trading requiring sub-second latency guarantees (no SLA documented)
  • Users who need historical GALA price data or OHLCV candles (only current price implied)
  • Anyone unable to pay with USDC on the Base network

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is confirmed live via a valid 402 challenge, and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI spec, no documented request/response schema, no example payloads, and the docs/pricing/README pages are all empty beyond a wallet-connect prompt. The listing is essentially a stub with only the x402 challenge and landing page to go on.

Warnings

  • No OpenAPI or schema documentation available — response format is unknown beyond application/json
  • All documentation pages (/docs, /pricing, /README) render only 'Connect wallet' with no content
  • No example request or response payloads are provided anywhere
  • The specific /api/v1/tokens/GALA/price path is not listed on the landing page (landing page lists /api/v1/crypto/quotes and /api/v1/finance/prices instead), so this may be an undocumented or auxiliary endpoint

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 21:06:54Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-23

Agent access

Get the current price of GALA token via a pay-per-call x402 endpoint on Base. — Clawmart · Clawmart