API · /walletfinder
WalletFinder — Historical On-Chain Trading Analytics documentation
Historical wallet, trade, and swap metrics for Ethereum, Base, and Solana. Filterable analytics — not investment advice.
Endpoints
-
GET
/discoverTrades— Discover tradesReturns a paginated, filterable list of individual token trades made by tracked wallets. Wallet addresses are always returned in plain form on this API tier.
-
GET
/discoverWallets— Discover walletsReturns a paginated, filterable list of tracked wallets with sortable historical trading metrics (PnL, win rate, etc.). Wallet addresses are always returned in plain form on this API tier.
-
GET
/swaps— Raw swap eventsReturns the raw list of individual swap events (up to 10,000 matching records per request) from the DEX trade log.
-
GET
/walletOverview— Wallet overviewReturns a single wallet's historical trading metrics plus its investment/profit history for the selected timeframe.
-
GET
/walletOverviewStats— Wallet overview statsReturns the same historical trading metrics as `/walletOverview`, without the investment/profit history array.
Authentication
Pass your API key in the header x-oanor-key.
curl https://api.oanor.com/walletfinder/your/path \
-H "x-oanor-key: oanor_live_..."