Wallet Master

Wallet Master covers Robinhood Chain with the same toolset you know from Solana: pull wallet addresses from a DEX, run every metric over them, and keep the winners. 158 metrics per wallet, each one in four timeframes, the last day, the last 7 days, the last 30 days and all time.

Every number is calculated for copy trading, adjusted so it only counts trades you could have copied yourself, and refreshed hourly.

In the Web App, the sidebar has a market switcher at the top. Click Robinhood to work on Robinhood Chain data in Data Import, and Solana to go back. Your subscription covers both chains.

Find wallets that traded on a DEX

/rh_dexwallets in the Discord bot returns every wallet that traded on one Robinhood DEX in the last 1 to 12 hours, as a plain address file. Fifteen DEXes are covered, from Uniswap to the smaller venues. This is the wide net: no ranking, no filter, everything that moved.

See /rh_dexwallets.

Get every metric for a list of wallets

/rh_pnlplus takes a list of up to 100,000 addresses, pasted as a message or uploaded as a .txt, and returns one CSV with all 158 metrics for every wallet. Data Import does the same job as a table you can sort, filter, save as presets and export, instead of a spreadsheet.

See /rh_pnlplus and Data Import on Robinhood.

Query the whole wallet population

The Robinhood Wallet Database holds every active wallet on the chain, queryable by any of the 158 metrics with AND and OR groups. Describe the trader you want, get back every address that matches. On Robinhood the Wallet Database runs through the REST API.

See Wallet Database query.

Build on the API

Five endpoints cover Robinhood: the two bot commands, the Wallet Database and its field list, a single-wallet PnL call that answers immediately, and a wallet's full swap history. Credit costs are the same as the Solana endpoints.

What you want

Endpoint

Wallets active on a DEX

GET /rh_dexwallets

Every metric for many wallets

POST /rh_pnlplus

Every metric for one wallet, right away

GET /rh_pnl

Wallets matching a query

POST /rh_wallet_database

The fields you can query

GET /rh_wallet_database/columns

Every swap of one wallet

GET /rh_wallets/{address}/activity

What each plan includes

Plus

Wallet Database + API

/rh_dexwallets and /rh_pnlplus in Discord

yes

yes

Data Import on Robinhood

yes

yes

The Robinhood API endpoints

no

yes

Both plans cover every chain in the market switcher. Nothing about Robinhood costs extra. See Plans and what is included.

Where to start

Run /rh_dexwallets on a DEX you care about with a 1h interval, drop the file into Data Import, then filter on win rate and profit over the timeframe you trust. That path takes a few minutes and tells you whether the chain has the traders you are looking for.

Was this page helpful?

Built with Helpnode