hitbtc-com / hitbtc-api

HitBTC API
GNU Lesser General Public License v3.0
324 stars 153 forks source link

Internal transfer not working #260

Open vinga opened 3 years ago

vinga commented 3 years ago

For the following request

curl -X POST /*auth part*/
    "https://api.hitbtc.com/api/2/account/transfer" \
    -d "currency=btx&amount=0.009632&type=exchangeToBank"

I've getting response

{"error":{"code":2002,"message":"Currency not found","description":"The requested currency can't found. Requested: "}} It was working before.