cURL
curl --request POST \ --url https://prv.gateway.indexer.biya.io/injective_derivative_exchange_rpc.InjectiveDerivativeExchangeRPC/StreamOrderbookV2 \ --header 'Content-Type: application/json' \ --data ' { "market_ids": [ {} ] } '
Stream live snapshot updates of selected derivative market orderbook
StreamOrderbookV2Response
grpcurl -plaintext -d '{"market_ids": ["0x..."]}' \ localhost:8088 \ injective_derivative_exchange_rpc.InjectiveDerivativeExchangeRPC/StreamOrderbookV2
echo '{"market_ids": ["0x..."]}' | websocat ws://localhost:8088/injective_derivative_exchange_rpc.InjectiveDerivativeExchangeRPC/StreamOrderbookV2
wscat -c ws://localhost:8088/injective_derivative_exchange_rpc.InjectiveDerivativeExchangeRPC/StreamOrderbookV2 # Then send: {"market_ids": ["0x..."]}