x402basequality 0.35

OHLCV candlestick data for TWT (Trust Wallet Token) via x402 micropayment on Base.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint provides OHLCV (Open, High, Low, Close, Volume) market data for the TWT (Trust Wallet Token) cryptocurrency. It is part of the lowpaymentfee.com platform, which offers a suite of pay-per-request APIs spanning data analytics, AI/ML, finance, and infrastructure — all gated via the x402 payment protocol on the Base network.

The endpoint accepts POST requests and returns JSON. Each call costs $0.02 in USDC (the x402 challenge advertises a maxAmountRequired of 20,000 base units of USDC on Base, which has 6 decimals, equaling $0.02). Payment is settled on-chain via the x402 "exact" scheme — no API keys, accounts, or rate limits are required. The caller simply includes an X-PAYMENT header with a valid payment proof.

Documentation beyond the landing page is extremely sparse. The /docs, /api, /pricing, and /README pages all returned only a "Connect wallet" prompt with no additional technical content. There is no OpenAPI spec, no request/response schema, and no usage examples available. The specific request parameters (e.g., time range, interval/granularity) and response format for the OHLCV data are unknown and must be discovered experimentally.

Capabilities

ohlcv-datacrypto-market-datatwt-tokenx402-paymentbase-networkusdc-settlementpay-per-requestno-api-key

Use cases

  • Fetching OHLCV candlestick data for TWT to build trading charts
  • Backtesting trading strategies using TWT historical price data
  • Monitoring TWT price movements programmatically
  • Integrating TWT market data into portfolio dashboards

Fit

Best for

  • Agents or bots needing on-demand TWT market data without API key management
  • Developers who want pay-per-call crypto data with no subscription commitment
  • Applications on Base that can settle USDC micropayments natively

Not for

  • High-frequency trading requiring sub-second latency (on-chain payment adds overhead)
  • Users needing bulk historical data downloads (pay-per-request at $0.02 adds up)
  • Anyone requiring detailed API documentation before integration

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/crypto/TWT/ohlcv \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_proof>" \
  -d '{}'

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live (returns a valid x402 402 challenge) and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI spec, no request/response schema, no documentation, and no examples. The specific parameters accepted by the OHLCV endpoint are entirely unknown.

Warnings

  • No API documentation available — /docs, /api, /pricing, and /README all return only a wallet-connect prompt
  • No OpenAPI or JSON schema for request or response bodies
  • Request parameters (time range, interval, etc.) are unknown and must be discovered experimentally
  • The provider site lists many endpoint categories but provides no technical detail for any of them

Citations

Provenance

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

Agent access