bithumb-pro / bithumb.pro-official-api-docs

rest and websocket api doc
22 stars 26 forks source link

Link of API doesn't work! #95

Closed skalolaz2012 closed 2 years ago

skalolaz2012 commented 2 years ago

Need some help!

Why the link

https://global-openapi.bithumb.pro/openapi/v1/contract/ticker?symbol=BTC-UMI

is not working?! Please help me! I need to get response on pair UMI-BTC on Bitglobal.com

https://global-openapi.bithumb.pro/openapi/v1/spot/ticker?symbol=BTC-USDT is working!

FOUND IT =) https://global-openapi.bithumb.pro/openapi/v1/spot/ticker?symbol=UMI-BTC

skalolaz2012 commented 2 years ago

I need to get response on this method [Normal api for contract] (Deprecated) 2. ticker request url: {base-endpoint}/contract/ticker from this docs: https://github.com/bithumb-pro/bithumb.pro-official-api-docs/blob/master/rest-api.md#normal-api-for-contract-deprecated

But neither https://global-openapi.bithumb.pro/openapi/v1/contract/ticker?symbol=BTC-UMI nor https://api.bithumb.com/public/ticker/BTC_UMI doesn't work.

What I did wrong? Please help!