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
The endpoint I'm talking about is https://www.bitget.com/api-doc/contract/account/Get-Account-Bill
I got this response when asking for future account bill:
{ "amount": "<redacted>", "billId": "<redacted>", "businessType": "risk_captital_user_transfer", "cTime": "<redacted>", "coin": "USDT", "fee": "0", "feeByCoupon": "", "symbol": "CKBUSDT", }
The returned value is risk_captital_user_transfer which has captital instead of capital. I believe this is a typo.
risk_captital_user_transfer
captital
capital
The text was updated successfully, but these errors were encountered:
Yes Thx
Sorry, something went wrong.
No branches or pull requests
The endpoint I'm talking about is https://www.bitget.com/api-doc/contract/account/Get-Account-Bill
I got this response when asking for future account bill:
The returned value is
risk_captital_user_transfer
which hascaptital
instead ofcapital
.I believe this is a typo.
The text was updated successfully, but these errors were encountered: