Skip to main content
POST
/
stream
Subscribe to multiple assets streaming
curl --request POST \
  --url https://api.example.com/stream \
  --header 'Content-Type: application/json' \
  --data '
[
  {
    "chain": "ethereum",
    "address": "0x...",
    "method": "t_p",
    "filter": {}
  }
]
'
{
  "a": "<string>",
  "c": "<string>",
  "p": "<string>",
  "t": "<string>",
  "t_p": "<string>"
}

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.

Body

application/json
chain
string
required
Example:

"ethereum"

address
string
required
Example:

"0x..."

method
enum<string>
required
Available options:
t_p
filter
object

Response

200 - text/event-stream

SSE connection established

Payload for t_p event

a
string

Asset address

c
string

Chain name

p
string

Current price in USD

t
string

Current timestamp

t_p
string

Timestamp of the price data