Skip to main content
POST
/
stream
Subscribe to multiple assets streaming (Deprecated)
curl --request POST \
  --url https://streaming.dexpaprika.com/stream \
  --header 'Content-Type: application/json' \
  --data '
[
  {
    "chain": "ethereum",
    "address": "0x...",
    "method": "token_price",
    "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
chain
string
required
Example:

"ethereum"

address
string
required
Example:

"0x..."

method
enum<string>
required

t_p is deprecated and will be removed in the future.

Available options:
token_price,
t_p
filter
object

Response

200

SSE connection established