Quick Start
Create API Key
Before using the API, you need to create an API key in the BYDOXE platform.
- Log in to BYDOXE
- Navigate to API Management in your account settings
- Click Create API Key
- Set the API key permissions and IP whitelist (recommended)
- Enter your passphrase and save your credentials securely
Important
- SecretKey is randomly generated by the system and used for signature generation
- Passphrase is set by you when creating the API key
- If you forget the Passphrase, it cannot be retrieved and you must recreate the API key
- DO NOT disclose SecretKey and Passphrase to anyone
Interface Types
Public Interface
The public interface can be used to obtain configuration information and market data. Public requests can be used without authentication.
Private Interface
The private interface can be used for order management and account management. Every private request must be signed using API credentials.