We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I try to call https://bitgetlimited.github.io/apidoc/en/spot/#get-candle-data with these settings
request_path: /api/spot/v1/market/candles?symbol=EPSUSDT_SPBL&period=1day&after=1675120108135&before=1683756508135&limit=10 url: https://api.bitget.com/api/spot/v1/market/candles?symbol=EPSUSDT_SPBL&period=1day&after=1675120108135&before=1683756508135&limit=10 method: GET body: headers: {'Content-Type': 'application/json', 'ACCESS-KEY': 'access-key, 'ACCESS-SIGN':'access-sign', 'ACCESS-TIMESTAMP': '1683756508135', 'ACCESS-PASSPHRASE': 'access-passphrase'}
but get
response : {"code":"40019","msg":"Parameter EPSUSDT_SPBL cannot be empty","requestTime":1683756572732,"data":null} status: 400
Obviously EPSUSDT_SPBL is not parameter but value of parameter symbol. It looks like backend side of the endpoint is broken.
This looks similar to #28 but it's about different endpoint.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I try to call https://bitgetlimited.github.io/apidoc/en/spot/#get-candle-data with these settings
but get
Obviously EPSUSDT_SPBL is not parameter but value of parameter symbol. It looks like backend side of the endpoint is broken.
This looks similar to #28 but it's about different endpoint.
The text was updated successfully, but these errors were encountered: