Skip to main content
GET
/
stream
Stream real-time data for a single asset
curl --request GET \
  --url https://api.example.com/stream
{
  "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.

Query Parameters

method
enum<string>
required

Streaming method (e.g., t_p for token price)

Available options:
t_p
address
string
required

Token contract address

chain
string
required

Blockchain network (e.g., ethereum, solana)

limit
integer

Maximum number of messages to receive before closing the connection

Required range: x >= 1

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