Skip to content

Request missing AccountID #40

@arunavo4

Description

@arunavo4

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions