Skip to main content

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

Get started in three steps

  1. Open the demo app at prysmatic-sol.xyz and connect your wallet to claim an API key. See Authentication for the full flow.
  2. Load a few credits with USDT from the dashboard.
  3. 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>"