Conversation
so that we can fetch trades from all symbols
|
Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here. PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
|
Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here. PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||||
User description
so that we can fetch trades from all symbols
PR Type
Enhancement, Documentation
Description
Made the
symbolparameter optional inGET /account/tradesAPI.symbolis not specified.Updated SDKs (TypeScript, Rust, Python) to reflect the optional
symbolparameter.Adjusted examples in SDKs to align with the updated API behavior.
Updated documentation to clarify the optional nature of the
symbolparameter.Changes walkthrough 📝
5 files
Adjusted example to handle optional `symbol` parameter.Made `symbol` parameter optional in TypeScript SDK.Updated Rust example to handle optional `symbol`.Made `symbol` parameter optional in Rust SDK.Made `symbol` parameter optional in Python SDK.3 files
Updated Python SDK documentation for optional `symbol`.Updated OpenAPI spec to make `symbol` optional.Updated Rust SDK documentation for optional `symbol`.