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
Your script is great and I use it quite a lot in my PHP applications!
I was wondering if it is possible to return the API Rate limits, which are documented here: https://bybit-exchange.github.io/docs/copy-trade/rate-limit
Thank you!
The text was updated successfully, but these errors were encountered:
Your script is great and I use it quite a lot in my PHP applications! I was wondering if it is possible to return the API Rate limits, which are documented here: https://bybit-exchange.github.io/docs/copy-trade/rate-limit Thank you!
you try
try { $account=$bybit->account(); print_r($account->postSetMarginMode([ 'setMarginMode'=>'REGULAR_MARGIN', ])); print_r($account->getResponseHeaders()); }catch (\Exception $e){ print_r($e->getMessage()); }
this is v5 api
Sorry, something went wrong.
Thank you, tested and working fine!
No branches or pull requests
Your script is great and I use it quite a lot in my PHP applications!
I was wondering if it is possible to return the API Rate limits, which are documented here:
https://bybit-exchange.github.io/docs/copy-trade/rate-limit
Thank you!
The text was updated successfully, but these errors were encountered: