Skip to content
New issue

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

Request missing AccountID #40

Open
arunavo4 opened this issue Sep 10, 2020 · 2 comments
Open

Request missing AccountID #40

arunavo4 opened this issue Sep 10, 2020 · 2 comments

Comments

@arunavo4
Copy link

request = Request(
'GET',
'/v3/accounts/{accountID}/instruments/{instrument}/candles'
)
request.set_path_param(
'instrument',
instrument
)

The path parameter for 'accountID' is not set, something similar to the below code is needed!

request.set_path_param(
'accountID',
accountID
)

Please fix the same!

@dchhetri
Copy link

dchhetri commented Feb 7, 2021

Is this library maintained? This seems important, yet completely ignored.

@datacombussys
Copy link

I am having the same issue. A simple update would be nice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants