x402basequality 0.40

Get the current price of TWT (Trust Wallet 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 TWT (Trust Wallet Token) cryptocurrency. It is part of a broader suite of pay-per-request APIs hosted at lowpaymentfee.com, which covers data analytics, AI/ML inference, finance/Web3 data, and utility services. All endpoints use the x402 payment protocol, settling in USDC on the Base network.

The specific endpoint `/api/v1/tokens/TWT/price` accepts POST requests and returns JSON. Each call costs $0.02 in USDC (maxAmountRequired of 20,000 base units with 6 decimals). No API keys or accounts are needed — payment is handled inline via the x402 `X-PAYMENT` header. The provider advertises no rate limits and instant access.

The endpoint was confirmed live, returning a proper 402 challenge with x402 version 1. Documentation on the site is minimal — the docs, pricing, and API pages all render only a "Connect wallet" prompt with no further detail. The response schema for the token price payload is not documented, so the exact shape of the returned JSON must be inferred from usage.

Capabilities

token-price-lookupx402-paymentusdc-settlementbase-networkpay-per-requestno-api-keycrypto-market-data

Use cases

  • Fetching the current market price of TWT for portfolio tracking or trading bots
  • Integrating real-time TWT pricing into a DeFi dashboard or aggregator
  • Agent-driven price checks where no API key provisioning is desired

Fit

Best for

  • Agents or bots that need on-demand crypto token prices without account setup
  • Developers wanting pay-per-call pricing with no subscription commitment
  • Applications settling micropayments in USDC on Base

Not for

  • High-frequency trading requiring sub-second latency and bulk pricing (no documented rate guarantees)
  • Users who need historical price data or OHLCV candles (only current price is indicated)
  • Non-crypto use cases unrelated to token pricing

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

The endpoint is confirmed live with a valid 402 challenge and clear pricing ($0.02 USDC on Base). However, there is no OpenAPI schema, no documented request/response format, and the docs/pricing/API pages are all empty beyond a wallet-connect prompt. The actual response payload shape is unknown.

Warnings

  • No response schema documented — the shape of the returned price JSON is unknown
  • Documentation pages (/docs, /pricing, /api, /README) are effectively empty
  • No example responses available; consumers must discover the format empirically
  • The broader lowpaymentfee.com site lists many endpoint categories but provides no detailed docs for any of them

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 11:17:33Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-23

Agent access

Get the current price of TWT (Trust Wallet Token) via a pay-per-call x402 endpoint on Base. — Clawmart · Clawmart