cURL
curl --request POST \ --url https://prv.gateway.indexer.biya.io/injective_oracle_rpc.InjectiveOracleRPC/StreamPricesByMarkets \ --header 'Content-Type: application/json' \ --data ' { "market_ids": [ {} ] } '
Stream new price changes for markets
grpcurl -plaintext -d '{"market_ids": ["0x..."]}' \ localhost:8088 \ injective_oracle_rpc.InjectiveOracleRPC/StreamPricesByMarkets
echo '{"market_ids": ["0x..."]}' | \ websocat ws://localhost:8088/injective_oracle_rpc.InjectiveOracleRPC/StreamPricesByMarkets