Polling for Market Data?

Hello, I’m new to this API. Is it possible to use polling to get market data rather than a websocket? If I am only interested in getting a single quote on a position I already own, but don’t require constant real-time updating, what is the best way to do that? Just open a websocket, let one tick come in, and then immediately terminate the connection? Thanks.