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

rest and websocket api doc
22 stars 26 forks source link

Unstable, "0" returning API call #80

Open ketchmeup opened 3 years ago

ketchmeup commented 3 years ago

Hi,

API-URL: https://global-openapi.bithumb.pro/openapi/v1/spot/ticker?symbol=ALL&apiKey=&msgNo=&timestamp&signature=

is called every 5 minutes to retrieve ticker data.

Sometimes the api returns all values with "0". Please see here:

{"data":[{"p":"0.0000","ver":"0","vol":"0.000000000000","c":"0.000000","s":"ETH-BTC","t":"0.000000000000","v":"0.000000","h":"0.000000","l":"0.000000"}, ..... ,"code":"0","msg":"success","timestamp":1621455387223,"startTime":null}

Is there any limit or any other issue with your API? API is returning success but the data is not valid. How can this happen? Thanks