Messages
{
"method": "subscribe",
"topic": "solana.dex.price",
"params": {
"tokens": [
"13NyGvtCdrBUqRSRHJUfw6yXFLoZ9VBu27RL8fq4daos"
]
}
}{
"method": "unsubscribe",
"topic": "solana.dex.price",
"params": {
"tokens": [
"13NyGvtCdrBUqRSRHJUfw6yXFLoZ9VBu27RL8fq4daos"
]
}
}{
"topic": "solana.dex.price",
"data": {
"token": "13NyGvtCdrBUqRSRHJUfw6yXFLoZ9VBu27RL8fq4daos",
"usd_price": 0.00035333766896967665,
"usd_volume": 137.4446156388933,
"block_slot": 382423380,
"block_time": 1764173044
}
}Prices
Subscribe Prices
Subscribe to real-time price updates.
WSS
/
v1
/
ws
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.
To keep the connection alive, you need to send a ping message every less than 60 seconds.
topic field that you can use to filter.
Available Topics
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.priceWhen subscribing, you can leave the array field of the
params object empty to subscribe to all entries.When unsubscribing, you can leave the array field of the
params object empty to unsubscribe from all entries.Messages
{
"method": "subscribe",
"topic": "solana.dex.price",
"params": {
"tokens": [
"13NyGvtCdrBUqRSRHJUfw6yXFLoZ9VBu27RL8fq4daos"
]
}
}{
"method": "unsubscribe",
"topic": "solana.dex.price",
"params": {
"tokens": [
"13NyGvtCdrBUqRSRHJUfw6yXFLoZ9VBu27RL8fq4daos"
]
}
}{
"topic": "solana.dex.price",
"data": {
"token": "13NyGvtCdrBUqRSRHJUfw6yXFLoZ9VBu27RL8fq4daos",
"usd_price": 0.00035333766896967665,
"usd_volume": 137.4446156388933,
"block_slot": 382423380,
"block_time": 1764173044
}
}X-Api-Key
type:httpApiKey
Your Prism API key. You can get one for free in the Prism Dashboard.
Subscribe Prices
type:object
Subscribe to price updates for a list of tokens.
Unsubscribe Prices
type:object
Unsubscribe from price updates for a list of tokens.
Price Message
type:object
Message containing the price data for the subscribed tokens.
Was this page helpful?
⌘I