Demo app
There is a live app running on top of this exact API at prysmatic-sol.xyz. It is the fastest way to see what the data looks like before you write any code: connect a wallet, load credits, and watch tracked-wallet activity stream in. Everything it shows is something you can pull yourself from the endpoints below.
What you can build with it
Score wallets
Pull per-wallet performance metrics and current holdings to rank the wallets you follow.
Read token activity
List every tracked-wallet trade on a token and find tokens that many wallets co-hold.
Stream a live feed
Subscribe to a real-time feed of buys and sells, filtered to the wallets you care about.
Wire it into an agent
Expose the same endpoints to an AI agent as built-in tools through the MCP server.
Get started in three steps
- Open the demo app at prysmatic-sol.xyz and connect your wallet to claim an API key. See Authentication for the full flow.
- Load a few credits with USDT from the dashboard.
- Call the API. Start with the Wallets API, then add the live feed when you want real-time data.
curl https://api.prysmatic-sol.xyz/wallets \
-H "Authorization: Bearer <API_KEY>"