The API is currently in development and is not yet available for production use. Please check back later.
{
"method": "subscribe",
"topic": "solana.dex.profile.wallet",
"params": {
"wallets": [
"CsVdJ8WH8Q9eHSTRpwtwN3TYApm24QnLKYUMNxJ3DaED"
]
}
}{
"method": "unsubscribe",
"topic": "solana.dex.profile.wallet",
"params": {
"wallets": [
"CsVdJ8WH8Q9eHSTRpwtwN3TYApm24QnLKYUMNxJ3DaED"
]
}
}{
"method": "subscribe",
"topic": "solana.dex.profile.token",
"params": {
"tokens": [
"J6pQQ3FAcJQeWPPGppWRb4nM8jU3wLyYbRrLh7feMfvd"
]
}
}{
"method": "unsubscribe",
"topic": "solana.dex.profile.token",
"params": {
"tokens": [
"J6pQQ3FAcJQeWPPGppWRb4nM8jU3wLyYbRrLh7feMfvd"
]
}
}{
"method": "subscribe",
"topic": "solana.dex.profile.position",
"params": {
"positions": [
"3zVYV9HJA5ihECwsYmRmxidT3jcsKAWx4rutPGRidDJY"
]
}
}{
"method": "unsubscribe",
"topic": "solana.dex.profile.position",
"params": {
"positions": [
"3zVYV9HJA5ihECwsYmRmxidT3jcsKAWx4rutPGRidDJY"
]
}
}{
"topic": "solana.dex.profile.wallet",
"data": {
"wallet_address": "CsVdJ8WH8Q9eHSTRpwtwN3TYApm24QnLKYUMNxJ3DaED"
}
}{
"topic": "solana.dex.profile.token",
"data": {
"token_address": "J6pQQ3FAcJQeWPPGppWRb4nM8jU3wLyYbRrLh7feMfvd"
}
}{
"topic": "solana.dex.profile.position",
"data": {
"position_address": "3zVYV9HJA5ihECwsYmRmxidT3jcsKAWx4rutPGRidDJY",
"wallet_address": "CsVdJ8WH8Q9eHSTRpwtwN3TYApm24QnLKYUMNxJ3DaED",
"token_address": "J6pQQ3FAcJQeWPPGppWRb4nM8jU3wLyYbRrLh7feMfvd"
}
}Subscribe to real-time wallet, token and position profiles updates.
Documentation Index
Fetch the complete documentation index at: https://docs.prismapi.io/llms.txt
Use this file to discover all available pages before exploring further.
topic field that you can use to filter.
Available Topics
solana.dex.profile.walletsolana.dex.profile.tokensolana.dex.profile.positionsolana.dex.swap.walletsolana.dex.swap.tokensolana.dex.trade.walletsolana.dex.trade.tokensolana.dex.priceparams object empty to subscribe to all entries.params object empty to unsubscribe from all entries.{
"method": "subscribe",
"topic": "solana.dex.profile.wallet",
"params": {
"wallets": [
"CsVdJ8WH8Q9eHSTRpwtwN3TYApm24QnLKYUMNxJ3DaED"
]
}
}{
"method": "unsubscribe",
"topic": "solana.dex.profile.wallet",
"params": {
"wallets": [
"CsVdJ8WH8Q9eHSTRpwtwN3TYApm24QnLKYUMNxJ3DaED"
]
}
}{
"method": "subscribe",
"topic": "solana.dex.profile.token",
"params": {
"tokens": [
"J6pQQ3FAcJQeWPPGppWRb4nM8jU3wLyYbRrLh7feMfvd"
]
}
}{
"method": "unsubscribe",
"topic": "solana.dex.profile.token",
"params": {
"tokens": [
"J6pQQ3FAcJQeWPPGppWRb4nM8jU3wLyYbRrLh7feMfvd"
]
}
}{
"method": "subscribe",
"topic": "solana.dex.profile.position",
"params": {
"positions": [
"3zVYV9HJA5ihECwsYmRmxidT3jcsKAWx4rutPGRidDJY"
]
}
}{
"method": "unsubscribe",
"topic": "solana.dex.profile.position",
"params": {
"positions": [
"3zVYV9HJA5ihECwsYmRmxidT3jcsKAWx4rutPGRidDJY"
]
}
}{
"topic": "solana.dex.profile.wallet",
"data": {
"wallet_address": "CsVdJ8WH8Q9eHSTRpwtwN3TYApm24QnLKYUMNxJ3DaED"
}
}{
"topic": "solana.dex.profile.token",
"data": {
"token_address": "J6pQQ3FAcJQeWPPGppWRb4nM8jU3wLyYbRrLh7feMfvd"
}
}{
"topic": "solana.dex.profile.position",
"data": {
"position_address": "3zVYV9HJA5ihECwsYmRmxidT3jcsKAWx4rutPGRidDJY",
"wallet_address": "CsVdJ8WH8Q9eHSTRpwtwN3TYApm24QnLKYUMNxJ3DaED",
"token_address": "J6pQQ3FAcJQeWPPGppWRb4nM8jU3wLyYbRrLh7feMfvd"
}
}Your Prism API key. You can get one for free in the Prism Dashboard.
Subscribe to profile updates for a list of wallets.
Unsubscribe from profile updates for a list of wallets.
Subscribe to profile updates for a list of tokens.
Unsubscribe from profile updates for a list of tokens.
Subscribe to profile updates for a list of positions.
Unsubscribe from profile updates for a list of positions.
Message containing the profile data for the subscribed wallets.
Message containing the profile data for the subscribed tokens.
Message containing the profile data for the subscribed positions.
Was this page helpful?