Is there any interest in adding support for Polymarket's geoblock endpoint?
If so, in which spec file in core/specs/polymarket/ should it live? (Or perhaps a new spec file because the base URL, https://polymarket.com/api, differs from that of the Data, Gamma, and CLOB APIs.)
It's a simple (i.e., zero-argument) GET request that clients could handle on their own, but it would be nice for PMXT to abstract away the call since it's already handling nearly every other Polymarket API call.
Is there any interest in adding support for Polymarket's geoblock endpoint?
If so, in which spec file in
core/specs/polymarket/should it live? (Or perhaps a new spec file because the base URL,https://polymarket.com/api, differs from that of the Data, Gamma, and CLOB APIs.)It's a simple (i.e., zero-argument) GET request that clients could handle on their own, but it would be nice for PMXT to abstract away the call since it's already handling nearly every other Polymarket API call.