Skip to main content

Prysmatic API

Prysmatic tracks a curated set of high-performing Solana wallets ("smart money") and exposes everything they do as data. You don't 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.

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

Privacy of the tracked wallets

To protect the wallets we track, the data is concealed before it leaves the API:

  • Real addresses are never exposed — each wallet appears as an opaque alias such as W12.
  • Amounts are display-salted by up to ±10%, and trade timestamps by a few seconds, so an exact on-chain match can't be made from the response.
  • On-chain locators (transaction signature, slot, pool) are never returned.

This is display-only. None of it changes the values stored internally; it only fuzzes what is handed out.

Scope of these docs

These docs cover the product surface you build on: