Skip to main content
GET
/
v1
/
perps
/
streaming
Get Streaming Data (TradingView)
curl --request GET \
  --url https://api.ondoperps.xyz/v1/perps/streaming
"{\"f\":\"q\",\"id\":\"NVDA-USD.P\",\"t\":1718000000,\"ap\":126.55,\"as\":40,\"bp\":126.45,\"bs\":35}\n{\"f\":\"t\",\"id\":\"NVDA-USD.P\",\"t\":1718000001,\"p\":126.50,\"s\":12}\n{\"f\":\"t\",\"id\":\"NVDA-USD.P\",\"t\":1718000002,\"p\":126.52,\"s\":5}\n"

Response

Chunked stream of newline-delimited JSON events (quotes and trades).

Newline-delimited JSON. Each line is a quote (f: "q") or trade (f: "t") event.