Thank you for your interest in improving this project.
If a method returns an unexpected result, crashes, or behaves incorrectly:
- Open an issue
- Include:
- The method name and SDK language (e.g.
spot.createLimitOrderin TypeScript) - A description of the expected vs. actual behavior
- The error message or response you received (redact credentials)
- Your environment: OS, runtime version, SDK version
- Steps to reproduce
- The method name and SDK language (e.g.
If you'd like a new method, endpoint, or behavior:
- Open an issue
- Describe:
- What you want the method or feature to do
- Which API endpoint it corresponds to (link to the API docs if applicable)
- Your use case
If something in the README or docs is wrong, outdated, or unclear:
- Open an issue describing what needs to be corrected
- Include the section and a suggested correction if possible
For usage questions or integration help, open an issue with the question label rather than sending email or a direct message. This keeps answers visible to others with the same question.
We do not accept pull requests that:
- Manually add, remove, or rename individual methods without a corresponding API change
- Hardcode parameters that should be driven by the specification
- Modify method signatures or descriptions without an upstream change
| Label | Meaning |
|---|---|
bug |
Something is broken |
feature-request |
New method or capability |
docs |
Documentation fix or improvement |
question |
Usage or integration question |
upstream |
Root cause is in the upstream specification |
wontfix |
Out of scope for this repository |