Welcome to the repository for the 3Commas Public API documentation. All content is authored in MDX files for Docusaurus, and this repository serves as the source for our documentation website.
The complete documentation is available online at:
https://developers.3commas.io/
Visit the site to explore guides, API references, examples, and more.
- /docs: Contains all MDX files used by Docusaurus.
- /static: Holds static assets (images, files, etc.) referenced in the documentation.
- docusaurus.config.ts: Configuration file for Docusaurus.
To run the documentation website locally:
- Clone the repository:
git clone https://github.com/3commas-io/3commas-official-api-docs.git cd 3commas-official-api-docs
- Install dependencies:
npm install
- Start the development server:
npm run start
- View locally: Open http://localhost:3000 in your browser.
All content in this repository is proprietary and exclusively licensed to 3Commas. You are not permitted to clone, redistribute, or otherwise reuse this content without explicit permission from 3Commas.
We welcome your contributions! If you have suggestions or improvements, please submit a pull request. All proposed changes will be reviewed for possible integration.