Pricing · two surfaces
The Dashboard is free.
The API is metered.
paiddaily.io is the consumer surface — paste a wallet, see what your book actually pays you, no signup. api.paiddaily.io is the developer product, priced per call so agents and dapps can build on the same data without a subscription floor.
Open Dashboard — freeAPI priced below · x402-metered · ships when correctness lands
API · per call
One USDC payment authorizes a spend cap; calls within the cap settle silently. The wallet you query has to be the wallet that pays — keeps the API from being a reconnaissance tool.
- Positions snapshotLive LP book for one wallet. Range, deposited USD, claimable AERO. Bounded RPC cost per call; same price whether the wallet has one position or fifty.$0.01
- Ledger · 7 daysPer-day claim history for a 7-day window. The 'did I claim this week' check. Cheap because the window is bounded.$0.01
- Ledger · 30 daysThe monthly review slice. Date × pool matrix, USD priced at claim-time.$0.02
- Ledger · lifetimeHonest about the heavy log walk on long-history wallets. Bounded so a denial-of-wallet vector at lower prices doesn't burn your budget.$0.05
- Dashboard · bundledPositions + 30-day ledger in one call. The endpoint paiddaily.io's own Dashboard uses. Bundled discount vs paying for the two separately.$0.03
FAQ
Is the Dashboard really free?
Yes. Paste any Base wallet at paiddaily.io/dashboard and you'll see its Aerodrome positions and claim history. No signup, no account, no card. Read-only — we never have a key.
Why per-call pricing instead of a subscription?
The API is built for two audiences: humans hitting the Dashboard a few times a day, and agents / dapps that need to poll positions continuously at low cost. A flat subscription overcharges the first and underserves the second. $0.01 per snapshot is roughly what your usage actually costs us, plus enough margin to keep the lights on.
What's x402?
An HTTP protocol from Coinbase (2025) for paid API calls. The server returns 402 with payment instructions, your wallet signs an authorization once, and subsequent calls settle silently from a spending cap you control. No signature per call. Revocable from your wallet anytime.
Do I need a Coinbase wallet?
Coinbase Smart Wallet gives the best UX (one Touch ID, silent for the month). EOAs work too via EIP-7702 delegation. Other wallets — depends on whether they support spending permissions yet. We'll lead with what works smoothest in our docs.
Why not Stripe?
Stripe means accounts, customer records, churn dashboards, dunning, PII. The whole point of a wallet-bound API is that none of that exists. Your wallet IS your identity; payments settle on Base.
When does the API ship?
It's gated on a correctness harness — five fixture wallets must tie out wei-exact against Basescan, Aerodrome's UI, and DeBank for 7 consecutive days at block tip. We won't charge for numbers we can't defend. Status is tracked at github.com/GodfreySolutions/gl-paiddaily.
Can other developers build on this?
Yes — that's the point. paiddaily.io is one reference frontend; the API is open to anyone with a Base wallet. Tax software, dashboards, agents, position-management tools all welcome. The footgun catalog (rebalance attribution, multi-NFT, closed-gauge claim history) is the moat.