Earnings data for TGT (Target Corp) via pay-per-call x402 on Base network using USDC.
What it does
This endpoint at lowpaymentfee.com provides financial earnings data for the ticker symbol TGT (Target Corporation). It is part of a broader suite of Finance & Web3 APIs offered by the lowpaymentfee.com platform, which covers price feeds, exchange rates, crypto quotes, and more. The endpoint uses the x402 payment protocol, accepting USDC on the Base network at $0.02 per request (20,000 base units of USDC with 6 decimals). No API keys or rate limits are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.
The specific endpoint path `/api/v1/finance/TGT/earnings` suggests it returns earnings-related financial data for Target Corporation (NYSE: TGT), likely including metrics such as EPS, revenue, or earnings dates. However, the exact response schema is not documented in the available crawl material, so the precise fields returned are uncertain. The endpoint accepts POST requests and returns application/json.
The platform advertises a flat $0.02 per request across all its endpoints, with no minimums, no commitments, and instant access. Payment settles on the Base L2 network to the specified payTo address in USDC (contract 0x8335…2913). The x402 challenge was successfully captured, confirming the endpoint is live.
Capabilities
Use cases
- —Retrieve Target Corporation earnings data for financial analysis
- —Automate earnings tracking for portfolio monitoring
- —Feed TGT earnings into trading or research models
- —Compare quarterly earnings across retail sector stocks
- —Agent-driven financial research without API key management
Fit
Best for
- —Agents or apps needing on-demand earnings data without subscription commitments
- —Developers who want crypto-native pay-per-call financial APIs
- —Low-volume or sporadic queries where flat per-request pricing is economical
Not for
- —High-frequency trading requiring sub-millisecond latency and bulk data
- —Users who need comprehensive historical earnings datasets in a single download
- —Callers without access to USDC on the Base network for payment
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/finance/TGT/earnings \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_proof>"Endpoint
Quality
The x402 challenge is live and confirms pricing and payment details, but there is no documented request/response schema, no example payloads, and the docs/pricing/README pages all returned only a 'Connect wallet' stub. The exact data returned by this earnings endpoint is inferred from the URL path alone.
Warnings
- —No response schema or example response documented — exact fields returned are unknown.
- —Documentation pages (/docs, /pricing, /README) returned no useful content beyond 'Connect wallet'.
- —The /api/v1/finance/TGT/earnings path is not listed on the homepage's available APIs; it may be a dynamic route pattern but its existence is only confirmed by the live 402 challenge.
- —No OpenAPI spec or ai-plugin manifest available.
Citations
- —The endpoint returns HTTP 402 with x402 version 1 challenge, confirming it is live.https://lowpaymentfee.com/api/v1/finance/TGT/earnings
- —Price is 20,000 base units of USDC (6 decimals) = $0.02 per request on Base network.https://lowpaymentfee.com/api/v1/finance/TGT/earnings
- —Platform advertises $0.02/request, no API keys, no rate limits, instant access, Base network.https://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913.https://lowpaymentfee.com/api/v1/finance/TGT/earnings