While using the API I noticed the sort field is missing from the Aggregate (Bars) parameters.
Added in the missing parameter to the Aggregate.kt file and made sure it was placed as a URL parameter.
This was a very simple few lines modified. If I missed any test cases or samples please let me know.
Screenshot of the official documentation showcasing the sort parameter
Screenshot of the decompiled Kotlin file for the current version missing the parameter
While using the API I noticed the sort field is missing from the Aggregate (Bars) parameters. Added in the missing parameter to the Aggregate.kt file and made sure it was placed as a URL parameter. This was a very simple few lines modified. If I missed any test cases or samples please let me know.
Screenshot of the official documentation showcasing the sort parameter
Screenshot of the decompiled Kotlin file for the current version missing the parameter