Skip to content

Clarify and structure API documentation with TOC and endpoint headers#619

Open
elhadjikande123 wants to merge 1 commit intoBTCTrader:masterfrom
elhadjikande123:doc/clarify-structure
Open

Clarify and structure API documentation with TOC and endpoint headers#619
elhadjikande123 wants to merge 1 commit intoBTCTrader:masterfrom
elhadjikande123:doc/clarify-structure

Conversation

@elhadjikande123
Copy link

Pull Request: Clarify and Structure the API Documentation
Motivation

The current API documentation contains valuable information but lacks a clear and consistent structure.
As the documentation grows, it becomes harder for developers—especially new users—to quickly locate relevant endpoints and understand the overall API layout.

This pull request focuses on improving documentation clarity and navigation without altering any existing API behavior or content.

What has been done

Added a Table of Contents (TOC) at the top of the main documentation file.

Reorganized endpoints into clear, logical categories:

Public API

Authentication

Account & Wallet

Orders

Standardized section titles using explicit endpoint headers (e.g. ### GET /api/v2/ticker).

Improved Markdown formatting for better readability and consistency.

Preserved all existing documentation content while enhancing its structure.

Impact

Makes the documentation easier to browse and understand.

Helps new developers onboard faster.

Improves long-term maintainability of the documentation.

No breaking changes and no functional impact on the API.

Checklist

Added Table of Contents

Grouped endpoints by category

Standardized endpoint headers

Verified Markdown rendering

Tested TOC anchor links

Reviewed for grammar and formatting

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

Successfully merging this pull request may close these issues.

1 participant