We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42ace72 commit e61cc28Copy full SHA for e61cc28
providers/apis/polymarket/api_handler.go
@@ -70,7 +70,7 @@ func (h APIHandler) CreateURL(ids []types.ProviderTicker) (string, error) {
70
}
71
72
type PriceResponse struct {
73
- Mid *float64 `json:"mid"`
+ Mid *float64 `json:"mid,string"`
74
75
76
// ParseResponse parses the HTTP response from the markets endpoint of the Polymarket API endpoint and returns
0 commit comments