To generate a typed client for this endpoint, see Protobuf Schema & Code Generation.
Authentication
All requests must include your API key in thex-api-key metadata header.
Request
Endpoint:grpc.gm.ondo.finance:443
RPC: ondo.gm.backend.v1.BackendService/StreamOHLC
Asset symbols to subscribe to. If empty, you will receive updates for all assets.
Response
A server stream of messages. Each message batches one or moreOHLCUpdate objects into a single updates array. Each update is a partial or closed minute candle for a single symbol, covering both the GM token (primary market) and the underlying stock (underlying market).
Array of OHLC updates.
Errors
Request-level problems terminate the stream with a gRPC status:InvalidArgument(INVALID_SYMBOL): a malformed symbol (must be at least 3 characters and end withon).NotFound(ASSET_NOT_FOUND): an unknown asset symbol.Unauthenticated(MISSING_API_KEYorINVALID_API_KEY): a missing or invalidx-api-key.ResourceExhausted(RATE_LIMITED): per-account stream rate limits exceeded.

