Prysmatic API
Prysmatic tracks a curated set of high-performing Solana wallets ("smart money") and exposes everything they do as data. You do not get our opinions or our signals. You get the raw activity of the tracked wallets so you can build your own intel app, alerts, or trading logic on top of it.
Authentication
Get an API key and load credits to start calling the API.
Wallets API
Per-wallet performance metrics and current holdings.
Tokens API
Tracked-wallet trades on a token and what many wallets co-hold.
WebSocket
Real-time feed of tracked-wallet buys and sells.
Python SDK
Use typed Python clients for REST calls and live trades.
MCP server
Query the API from AI agents as built-in tools.
What you can do
- Read wallet intelligence: per-wallet performance metrics and what each wallet currently holds.
- Read token activity: every tracked-wallet trade on a token, and which tokens are co-held by many wallets at once.
- Stream trades live: a real-time WebSocket feed of tracked-wallet buys and sells, optionally filtered to only the wallets you care about.
Base URL
https://api.prysmatic-sol.xyz
How access works
Access is prepaid. You connect a wallet, get an API key, and load credits with USDT. Every REST call and every live-feed message spends a small amount of credits. See Authentication for how to get set up.