Get the current price of TWT (Trust Wallet Token) via a pay-per-call x402 endpoint on Base.
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
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
Quality
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
- —Endpoint returns 402 with x402 version 1 challenge, confirming it is livehttps://lowpaymentfee.com/api/v1/tokens/TWT/price
- —maxAmountRequired is 20000 base units of USDC (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base, equaling $0.02https://lowpaymentfee.com/api/v1/tokens/TWT/price
- —Site advertises $0.02/request, no API keys, no rate limits, instant access, Base networkhttps://lowpaymentfee.com
- —Docs, pricing, API, and README pages render only a 'Connect wallet' prompt with no additional contenthttps://lowpaymentfee.com/docs