Skip to content

Commit

Permalink
fix url typo of GetSystemTime API
Browse files Browse the repository at this point in the history
  • Loading branch information
turbokang committed Mar 29, 2022
1 parent 7fa953e commit 00b44c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/rest/public_data.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func (c *PublicData) GetDiscountRateAndInterestFreeQuota(req requests.GetDiscoun
//
// https://www.okex.com/docs-v5/en/#rest-api-public-data-get-system-time
func (c *PublicData) GetSystemTime() (response responses.GetSystemTime, err error) {
p := "/api/v5/public/estimated-price"
p := "/api/v5/public/time"
res, err := c.client.Do(http.MethodGet, p, false)
if err != nil {
return
Expand Down

0 comments on commit 00b44c3

Please sign in to comment.