Skip to main content

BYDOXE API Introduction

Welcome to the BYDOXE API documentation.

This document is the only official document of BYDOXE API. We will constantly update the functionalities of BYDOXE API here. Please pay attention to it regularly.

Overview

BYDOXE provides a comprehensive set of APIs that enable developers to integrate trading capabilities into their applications. Our APIs support spot trading, futures trading, and copy trading functionalities.

Request Format

  • All endpoints return data in JSON format
  • All requests should use Content-Type: application/json
  • For GET requests, parameters should be sent as query string
  • For POST requests, parameters should be sent as JSON body

Response Format

All API responses follow a standard format:

{
"code": "00000",
"msg": "success",
"data": { ... }
}
FieldDescription
codeResponse code. 00000 indicates success
msgResponse message
dataResponse data (varies by endpoint)
tip

We recommend implementing proper error handling and retry logic with exponential backoff to handle rate limit errors gracefully.

Contact

If you have any suggestions or questions, please contact us at Telegram.