Prices
Streams all symbols' price information on Pacifica as they update
Params
{
"method": "subscribe",
"params": {
"source": "prices"
}
}Stream
{
"channel": "prices",
"data": [
{
"funding": "0.0000125",
"mark": "105473",
"mid": "105476",
"next_funding": "0.0000125",
"open_interest": "0.00524",
"oracle": "105473",
"symbol": "BTC",
"timestamp": 1749051612681,
"volume_24h": "63265.87522",
"yesterday_price": "955476"
}
// ... other symbol prices
],
}Field
Type
Description
Last updated