Code Monkey home page Code Monkey logo

Comments (9)

aiweisir avatar aiweisir commented on June 3, 2024

接口为:api.huobi.de.com 下单 参数 Source 不管写什么都返回错误代码:
{"status":"error","err-code":"order-source-invalid","err-msg":"invalid order source ***","data":null}
***-->spot-api 、api等等

from huobi_golang.

eynzhang avatar eynzhang commented on June 3, 2024

@wx85278161 按您的下单参数设置了,并没有重现出问题。您的account-id用的是现货账户的account-id吗?

from huobi_golang.

aiweisir avatar aiweisir commented on June 3, 2024

@wx85278161 按您的下单参数设置了,并没有重现出问题。您的account-id用的是现货账户的account-id吗?

是现货账号的, 现在的错误提示是余额不够,但使用接口查到有余额的:
{POST https://api.huobi.de.com/v1/order/orders/place?AccessKeyId=XXXX&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2021-02-24T06%3A39%3A19&Signature=XXXX

返回==》:{"status":"error","err-code":"account-frozen-balance-insufficient-error","err-msg":"trade account balance is not enough, left: 0","data":null}

postResp:{"status":"error","err-code":"account-frozen-balance-insufficient-error","err-msg":"trade account balance is not enough

使用账号查Balancec:
&{GET https://api.huobi.de.com/v1/account/accounts/19253692/balance?AccessKeyId=XXXXX&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2021-02-24T06%3A50%3A10&Signature=XXXX
返回:=》Account balance: {Currency:usdt Type:trade Balance:76.335877}Account balance: {Currency:usdt Type:frozen Balance:0}

示例代码:\huobirdcenter\[email protected]\cmd\accountclientexample\accountclientexample.go

from huobi_golang.

aiweisir avatar aiweisir commented on June 3, 2024

from huobi_golang.

eynzhang avatar eynzhang commented on June 3, 2024

@wx85278161 按您的下单参数设置了,并没有重现出问题。您的account-id用的是现货账户的account-id吗?

是现货账号的, 现在的错误提示是余额不够,但使用接口查到有余额的:
{POST https://api.huobi.de.com/v1/order/orders/place?AccessKeyId=XXXX&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2021-02-24T06%3A39%3A19&Signature=XXXX

返回==》:{"status":"error","err-code":"account-frozen-balance-insufficient-error","err-msg":"trade account balance is not enough, left: 0","data":null}

postResp:{"status":"error","err-code":"account-frozen-balance-insufficient-error","err-msg":"trade account balance is not enough

使用账号查Balancec:
&{GET https://api.huobi.de.com/v1/account/accounts/19253692/balance?AccessKeyId=XXXXX&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2021-02-24T06%3A50%3A10&Signature=XXXX
返回:=》Account balance: {Currency:usdt Type:trade Balance:76.335877}Account balance: {Currency:usdt Type:frozen Balance:0}

示例代码:\huobirdcenter\[email protected]\cmd\accountclientexample\accountclientexample.go

根据日志,你的账户里有76.335877USDT,但是你下单时想卖10BTC,所以余额不够。

你想进行什么样的交易呢?

from huobi_golang.

aiweisir avatar aiweisir commented on June 3, 2024

交易0.0001的的成本不到10usd,参数设为0.0001 或者0.0002也是返回 余额不够
amount | string | true | NA | 订单交易量(市价买单为订单交易额)

from huobi_golang.

aiweisir avatar aiweisir commented on June 3, 2024

from huobi_golang.

eynzhang avatar eynzhang commented on June 3, 2024

@wx85278161 你的完整的交易参数是什么?按照你最开始写的参数,你是卖BTC。你现在没有BTC,所以余额不够。

from huobi_golang.

rn0l485 avatar rn0l485 commented on June 3, 2024

@eynzhang
您好,遇到一樣的問題,這是我內部的log:
"feedback.Data,account-frozen-balance-insufficient-error,trade account balance is not enough, left: 809,ethusdt_buy-market_50.00000000"
後面的50是欲掛單金額,但是還是不給交易

from huobi_golang.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.