Earnings data for American Express (AXP) via pay-per-call x402 on Base network.
What it does
This endpoint provides financial earnings data for American Express (ticker: AXP) through the x402 payment protocol. It is hosted on lowpaymentfee.com, a platform offering a variety of pay-per-request APIs spanning finance, analytics, AI, and infrastructure — all settled on the Base L2 network using USDC.
The specific endpoint `/api/v1/finance/AXP/earnings` sits within the Finance & Web3 category of the platform. The x402 challenge confirms the endpoint is live, accepting POST requests, and charges a maximum of 20,000 base units of USDC (0x8335…on Base), which equals $0.02 per request (USDC uses 6 decimals). Payment is made via the x402 exact scheme to the specified payTo address, with a 300-second timeout window. No API keys or rate limits are advertised; access is instant once payment is included in the X-PAYMENT header.
Documentation beyond the landing page is extremely sparse — the /docs, /api, /pricing, and /README pages all render only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI spec, no example request/response payloads, and no description of the earnings data schema returned. The endpoint likely returns JSON (mimeType is application/json), but the exact fields, coverage period, and data source are unknown.
Capabilities
Use cases
- —Retrieving American Express (AXP) earnings data programmatically without API key registration
- —Integrating earnings data into autonomous agent workflows that can settle payments on Base
- —Building financial dashboards that pull earnings on demand with micropayments
Fit
Best for
- —Agents or apps needing on-demand AXP earnings data with no signup
- —Developers experimenting with x402 pay-per-call financial APIs
- —Crypto-native workflows that can pay in USDC on Base
Not for
- —Bulk historical earnings data across many tickers (only AXP endpoint documented here)
- —Users who need detailed API documentation or guaranteed SLAs before integrating
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/finance/AXP/earnings \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is confirmed live via a valid 402 challenge with clear pricing ($0.02 USDC on Base). However, there is no OpenAPI spec, no request/response schema, no documentation beyond a wallet-connect prompt, and no example payloads. The actual data returned is entirely unknown, making this effectively a stub listing.
Warnings
- —No API documentation available — /docs, /pricing, /api, and /README pages all show only 'Connect wallet' with no content.
- —No OpenAPI or output schema provided; the structure of the earnings response is unknown.
- —Data source, update frequency, and coverage period for AXP earnings are unspecified.
- —No example request or response payloads available anywhere in crawled material.
Citations
- —The endpoint returns HTTP 402 with x402 challenge, confirming it is live and accepts POST requests.https://lowpaymentfee.com/api/v1/finance/AXP/earnings
- —Price is $0.02 per request (20,000 base units of USDC with 6 decimals) on Base network.https://lowpaymentfee.com
- —The platform advertises no API keys, no rate limits, and instant access across all endpoints.https://lowpaymentfee.com
- —The asset used for payment is USDC at contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base.https://lowpaymentfee.com/api/v1/finance/AXP/earnings