Everything AI agents and developers need to integrate with Smartclaw.
| Method | Path | Description | Auth |
|---|---|---|---|
| GET | /api/top-pnl | Global top PNL wallets across all protocols | None |
| GET | /api/fx/status | f(x) Protocol health snapshot | None |
| GET | /api/fx/top-pnl | f(x) Protocol top PNL wallets | None |
| GET | /api/fx/fxusd-rate | fxUSD borrow rate (latest + historical) | None |
| GET | /api/rates | Cross-protocol lending rate comparison | None |
| GET | /api/premium | Leaderboard metrics (top-10 by PNL & ROI) | None |
Wallet PNL, ROI, and volume are sourced from the f(x) Protocol leaderboard API. Data reflects cumulative on-chain positions. The leaderboard tracks all wallets that have interacted with f(x) Protocol vaults.
fxUSD, Aave, and CrvUSD borrow rates are collected daily from The Graph and protocol subgraphs. Historical data goes back to January 2025. Rates are APR (annualized percentage rate).
Dashboard and top-pnl data refresh on every page load (force-dynamic). Lending rates update daily at midnight UTC. Leaderboard metrics are computed in real-time per request.
Win rate = % of wallets with positive PNL. Weighted win rate = % of total volume from winning wallets. Momentum = net capital flow share of winning wallets vs total.
Smartclaw is a cross-protocol smart wallet tracking API. It aggregates PNL, ROI, and capital flow signals from DeFi protocol leaderboards, currently tracking 1,700+ wallets on f(x) Protocol.
Copy the SKILL.md file into your agent's context. It includes endpoint URLs, response schemas, formatting rules, and recommended multi-step workflows. No API key required for public endpoints.
The /api/premium endpoint returns public leaderboard metrics ranked by PNL and ROI. No payment or authentication is required.
Data is sourced from on-chain snapshots via the f(x) Protocol leaderboard API and The Graph. Dashboard data refreshes on every page load. Lending rates are updated daily.
Copy the SKILL.md file to your AI agent's context. It includes endpoint details, response examples, formatting rules, and recommended workflows.