We need a tool to check the status of quotes submitted to Liquorice using their [Quote Summary API](https://liquorice.gitbook.io/liquorice-docs/for-market-makers/basic-market-making-api#id-5.-getting-quote-summary). ### Core CLI Tool - [ ] Create `liquorice_status.py` with CLI interface (args + envs) - [ ] Implement HTTP client for [Quote Summary API](https://liquorice.gitbook.io/liquorice-docs/for-market-makers/basic-market-making-api#id-5.-getting-quote-summary) - [ ] Take authentication headers from envs or app config singleton ### Documentation & Examples - [ ] Add CLI usage documentation - [ ] Create example commands in Makefile
We need a tool to check the status of quotes submitted to Liquorice using their Quote Summary API.
Core CLI Tool
liquorice_status.pywith CLI interface (args + envs)Documentation & Examples