-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Description
Lines 871 to 879 in f28192f
| 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!
Lines 761 to 764 in f28192f
| request.set_path_param( | |
| 'accountID', | |
| accountID | |
| ) |
Please fix the same!
Metadata
Metadata
Assignees
Labels
No labels