Discover trades
Returns a paginated, filterable list of individual token trades made by tracked wallets. Wallet addresses are always returned in plain form on this API tier.
API · /walletfinder
Historical wallet, trade, and swap metrics for Ethereum, Base, and Solana. Filterable analytics — not investment advice.
10 free test calls per day — pick a plan for production use.
Pick a tier — billed monthly, cancel anytime.
Try the API with a small monthly quota
Free
10,000 calls / month at 5 RPS
€15.00 /month
75,000 calls / month at 15 RPS
€40.00 /month
400,000 calls / month at 20 RPS
€120.00 /month
Quick answers about pricing, quotas, and integration.
Pick an endpoint from the list on the left to see its details and try it.
Sign up to get an API key, then call any path under your slug.
curl https://api.oanor.com/walletfinder/discoverTrades \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/walletfinder/discoverTrades", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/walletfinder/discoverTrades");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
"https://api.oanor.com/walletfinder/discoverTrades",
headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())
Historical wallet, trade, and swap metrics from indexed on-chain DEX activity on Ethereum, Base, and Solana. Filterable analytics — not investment advice.
GET /discoverWallets — paginated, filterable wallets with sortable historical trading metricsGET /discoverTrades — paginated, filterable individual tradesGET /swaps — raw on-chain swap eventsGET /walletOverview — wallet metrics plus investment/profit historyGET /walletOverviewStats — same metrics without the history arraycurl "https://api.oanor.com/walletfinder/discoverWallets?sortBy=totalProfit&sortOrder=desc&timeframe=week&chain=ethereum" \
-H "x-oanor-key: YOUR_OANOR_KEY"
Sign in to rate.
No reviews yet.
Ask questions, share usage tips, get answers from the provider and other developers. Public — anyone can read.
Sign in to start a thread or reply.
Sign in·
Provider answer
🔒 This thread is locked — no new replies.
·
Private 1:1 support with the provider — billing questions, integration issues, account problems. Only you and the provider team can see these threads.
Sign in to open a support ticket.
Sign inDescribe what you need help with. The provider team gets an email and replies on the ticket page.
·