Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question Regarding /user/spot/cancel_orders and /user/spot/orders_info #119

Open
Harui-i opened this issue Nov 2, 2024 · 1 comment
Open

Comments

@Harui-i
Copy link

Harui-i commented Nov 2, 2024

In the REST API documentation, many endpoints follow a structure where a table format of the response is shown after Response:, and an example in JSON format is provided after Response format: (for example, /user/assets/ here).

However, for /user/spot/cancel_orders (here) and /user/spot/orders_info (here), while there is an example in JSON format, there doesn’t appear to be a table format documentation. In the case of /user/spot/cancel_orders, there’s a JSON description following Response:, and for /user/spot/orders_info, there is a JSON format description after Response format:.

Is the absence of table format documentation for these endpoints because they share identical content with the tables for /user/spot/cancel_order and /user/spot/order, and thus are omitted for brevity?

I’ve confirmed this in both rest-api.md and rest-api_JP.md.

@soichirokodama
Copy link
Collaborator

Thank you for pointing this out.

There are some parts in Docs that are not formatted properly, so we plan to review the whole thing and make corrections.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants