Zum Inhalt springen
GET /discoverWallets

Discover wallets

Returns 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.

Live testen

10 freie Calls pro Tag — keine Anmeldung, kein API-Key. Geht durchs oanor-Gateway.

Eigene Header (optional)
api.oanor.com/walletfinder

Funktioniert. Hol dir einen API-Key und nutze sie in deinem Projekt.

API-Key holen

Code-Snippets

curl "https://api.oanor.com/walletfinder/discoverWallets" \
  -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/walletfinder/discoverWallets", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/walletfinder/discoverWallets");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
    "https://api.oanor.com/walletfinder/discoverWallets",
    headers={"x-oanor-key": "oanor_test_..."}
)

Beispiel-Response

Echte Antwort dieses Endpoints, erfasst beim letzten Health-Check.

{
    "wallets": [
        {
            "speed": "> 1 day",
            "tokens": 20,
            "gemPerc": 70,
            "lastBuy": "09/08/2026 13:01",
            "winPerc": 55,
            "Category": "shrimp",
            "riskPerc": 76.65,
            "alphaPerc": 55,
            "averageXs": 1.17,
            "averageHODL": "< 5 mins",
            "totalProfit": 423372.12,
            "averageATHXs": 1361.92,
            "diamondTokens": 9,
            "realAlphaPerc": 51.05,
            "walletAddress": "0xc54b77b28ee4d18cd3d93991f08b79bc85c71097",
            "lastInvestment": 665.03,
            "walletRiskStatus": "NORMAL",
            "potentialATHprofit": 6572889.37,
            "suspiciousTokenPerc": 0.28061224489795916
        },
        {
            "speed": "> 1 day",
            "tokens": 52,
            "gemPerc": 59.62,
            "lastBuy": "09/08/2026 21:17",
            "winPerc": 50,
            "Category": "whale",
            "riskPerc": 74.28,
            "alphaPerc": 55.77,
            "averageXs": 0.75,
            "averageHODL": "< 24 hours",
            "totalProfit": 167418.58,
            "averageATHXs": 1665.48,
            "diamondTokens": 21,
            "realAlphaPerc": 58.62,
            "walletAddress": "0x5b43453fce04b92e190f391a83136bfbecedefd1",
            "lastInvestment": 426633.6,
            "walletRiskStatus": "NORMAL",
            "potentialATHprofit": 39059236.54,
            "suspiciousTokenPerc": 0.13793103448275862
        },
        {
            "speed": "< 1 hour",
            "tokens": 50,
            "gemPerc": 100,
            "lastBuy": "09/08/2026 20:37",
            "winPerc": 96,
            "Category": "shark",
            "riskPerc": 68.88,
            "alphaPerc": 82,
            "averageXs": 2.92,
            "averageHODL": "< 1 hour",
            "totalProfit": 157622.33,
            "averageATHXs": 4.25,
            "diamondTokens": 0,
            "realAlphaPerc": 55.19,
            "walletAddress": "0x8c31093e57f9827c162f8f190ee29669f8bf2ee9",
            "lastInvestment": 1246.29,
            "walletRiskStatus": "NORMAL",
            "potentialATHprofit": 266897.77,
            "suspiciousTokenPerc": 0.03463203463203463
        },
        {
            "speed": "> 1 day",
            "tokens": 11,
            "gemPerc": 90.91,
            "lastBuy": "09/08/2026 20:23",
            "winPerc": 54.55,
            "Category": "shark",
            "riskPerc": 71.28,
            "alphaPerc": 90.91,
            "averageXs": 1.03,
            "averageHODL": "< 24 hours",
            "totalProfit": 157089.58,
            "averageATHXs": 2127.63,
            "diamondTokens": 8,
            "realAlphaPerc": 77.78,
            "walletAddress": "0x44a72754b072998e14ae22609ee30231d33c6ec5",
            "lastInvestment": 1410.53,
            "walletRiskStatus": "NORMAL",
            "potentialATHprofit": 3953621.75,
            "suspiciousTokenPerc": 0.1111111111111111
        },
      
…