Skip to main content
POST
/
stream
Stream real-time data for multiple assets (Legacy)
curl --request POST \
  --url https://streaming.dexpaprika.com/stream \
  --header 'Content-Type: application/json' \
  --data '
[
  {
    "chain": "ethereum",
    "address": "0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D",
    "filter": {}
  }
]
'

Documentation Index

Fetch the complete documentation index at: https://docs.dexpaprika.com/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

limit
integer
Required range: x >= 1

Body

application/json
Maximum array length: 25
chain
string
required
Example:

"ethereum"

address
string
required
Example:

"0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D"

method
enum<string>
required

t_p parameter format is deprecated and slated for future removal.

Available options:
token_price,
t_p
filter
object

Response

200

Legacy multiplexed SSE stream established.