You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additionally, in the documentation here, it is specified that the get_history_candlesticks function accepts the confirm parameter with values 0 and 1, but in the Python library, this parameter is not supported.
The text was updated successfully, but these errors were encountered:
get_history_candlesticks
function does not return the correct values. I have attached an image to illustrate this issue.This is the link I am accessing both from Python and from the browser:
https://www.okx.com/api/v5/market/history-candles?instId=BTC-USDT-SWAP&before=1704060000000&bar=1Dutc&limit=100
get_history_candlesticks
function accepts theconfirm
parameter with values0 and 1
, but in the Python library, this parameter is not supported.The text was updated successfully, but these errors were encountered: