Hi, I encountered a problem when executing a web request.
The api is
curl -X GET "https://api.coingecko.com/api/v3/simple/price?ids=dogecoin&vs_currencies=cny" -H "accept: application/json"
code: https://github.com/Likenttt/dogecoin-is-flying-to-the-moon-with-elon-mask
My code will always get -402. why?
I cannot paste my code in text for the unknown sake, please check the repo above.
What's this?