Wallet PnL
● ActiveOn-chain PnL analysis with cost-basis tracking.
About
Cost-basis-tracked PnL for any Base wallet. Realised + unrealised, win-rate, best/worst trade, tax-lot count, period filtering. Returns clean JSON ready for tax software or a portfolio dashboard.
No Coinbase login, no Etherscan scraping, no CSV gymnastics.
PnLTax LotsOn-chainCost Basis
Pricing
Paid
X402Full PnL with tax-lot breakdown. ~4s response.
$0.25/ call
◆USDC · BASE
Pay from any EVM wallet — no account needed
ENDPOINT
blueagent.dev/api/x402/wallet-pnlLIFETIME CALLS
491
UPTIME (24H)
—
monitoring soon
P95 LATENCY
—
monitoring soon
AVG RATING
—
after first reviews
▶ Try it · preview mode
Sample response · no payment · no walletaddress:
Hit Run to see a sample response.
For real calls, install the MCP server or pay via x402.
Code samples
Terminal
curl -X POST https://blueagent.dev/api/x402/wallet-pnl \
-H 'Content-Type: application/json' \
-d '{ "prompt": "Your input here" }'
# First call returns 402 + payment requirements.
# Sign EIP-3009 USDC TransferWithAuthorization, retry with X-Payment header.Need full payment flow? See the x402 protocol page.