The complete blockchain indexer API solution. Replace Helius, Solscan, and other APIs with one powerful platform that provides wallet analysis, transaction indexing, and profit tracking.
Multiple APIs Required
All-in-One Blockchain Indexer
Try our API risk-free before committing to a plan
per month
per month
Need higher limits or custom features?
Complete access to our wallet indexing system. Get raw analysis, filtered wallet lists, and our proprietary analysis algorithms.
Powerful filtering capabilities to identify profitable wallets. Custom filters can be added by our development team.
Built-in filtering to flag scammy or low-quality wallets. Get only the highest quality wallet data for your analysis.
Base URL: https://api.walletx.bot/analysis
/wallet-analysis/without-assets/by-wallet-addressesAnalyze multiple wallets without asset data
Query Parameters:
excludeSafeFilters (boolean)limit (integer)timeframe (integer days)Request Body:
{ "walletAddresses": ["<wallet address>"] }/wallet-analysis/without-assets/by-wallet-addressAnalyze a single wallet without asset data
Query Parameters: Same as above
Request Body:
{ "walletAddress": "<wallet address>" }/wallet-analysis/by-wallet-addressesAnalyze multiple wallets including asset information
Query Parameters: Same as first endpoint
Request Body:
{ "walletAddresses": ["<wallet address>"] }/wallet-analysis/by-wallet-addressAnalyze a single wallet including asset information
Query Parameters: Same as above
Request Body:
{ "walletAddress": "<wallet address>" }/wallet-analysis/as-generated-csvsGenerate CSV analyses for multiple wallets
Response: CSV file on success
Error Codes: 400 (invalid parameters), 408 (request timeout)
/wallet-analysis/as-generated-csvGenerate a CSV analysis for a single wallet
Response: CSV file
Base URL: https://api.walletx.bot/filters
/get-strict-filtered-walletsReturns wallets that strictly meet the provided filter conditions
Query Parameters:
dataSet (enum: INCLUDING_FILTERS or EXCLUDING_FILTERS)limit (integer)target (integer)Request Body (Filter Map):
{ "winRate": ">25", "roi": ">45", "uniqueTokens": "<200", ... }Response Codes:
/get-filtered-walletsSimilar to strict endpoint but without the target parameter
Query Parameters:
dataSet (enum: INCLUDING_FILTERS or EXCLUDING_FILTERS)limit (integer)Request Body: Same filter map format
Response Codes: 200, 400, 408
Complete transaction analysis and wallet performance metrics
Pre-filtered lists of profitable wallets based on your criteria
100-300 new profitable wallets identified daily
All available filters with their value ranges:
"roi": ">= -100 && <= 500""profit": ">= 0 && <= 10000""winRate": ">= 0 && <= 100""medianRoi": ">= -100 && <= 500""averageRoi": ">= -100 && <= 500""snipedTokens": ">= 0 && <= 50""uniqueTokens": ">= 1 && <= 100""didNotBoughtTokens": ">= 0 && <= 100""soldMoreThanBoughtTokens": ">= 0 && <= 100""averageSellsPerTrade": ">= 1 && <= 10""averagePurchasesPerTrade": ">= 1 && <= 10""volume": ">= 0 && <= 100000""balance": ">= 0 && <= 1000""medianBuyAmount": ">= 0.01 && <= 100""averagePurchaseValue": ">= 0.01 && <= 100""medianHoldDuration": ">= 0 && <= 2592000""averageHoldDuration": ">= 0 && <= 2592000""didNotBoughtTokensPercentage": ">= 0""soldMoreThanBoughtTokensPercentage": ">= 0"Example filter combinations:
{
"winRate": ">= 60",
"roi": ">= 100",
"uniqueTokens": ">= 10 && <= 50",
"averageHoldDuration": ">= 3600 && <= 86400"
}Join our Discord server to request API access, get technical support, and connect with our development team. We'll provide you with a test API key and help you get set up.