Given I have the API base URL configured(0.000s)
features/steps/candlestickAPI_steps.py:12
And I set the request headers(0.000s)
features/steps/candlestickAPI_steps.py:19
Given I have valid candlestick parameters(0.000s)
features/steps/candlestickAPI_steps.py:35
When I send a GET request to the candlestick endpoint(0.349s)
features/steps/candlestickAPI_steps.py:71
Then the response status code should be 200(0.000s)
features/steps/candlestickAPI_steps.py:149
And the response should contain "result.data"(0.000s)
features/steps/candlestickAPI_steps.py:165
And the candlestick data should contain required fields(0.000s)
features/steps/candlestickAPI_steps.py:217
And each candlestick should have "o" field(0.000s)
features/steps/candlestickAPI_steps.py:239
And each candlestick should have "h" field(0.000s)
features/steps/candlestickAPI_steps.py:239
And each candlestick should have "l" field(0.000s)
features/steps/candlestickAPI_steps.py:239
And each candlestick should have "c" field(0.000s)
features/steps/candlestickAPI_steps.py:239