-
Notifications
You must be signed in to change notification settings - Fork 3
REST_introduction
Biboxcom edited this page Sep 18, 2018
·
1 revision
Bibox provides a new set of API for users, to help them access Bibox trading system quickly, implementing programmed transaction.
API allows the following functions:
- View the market information (K line, depth, real-time dealing ticker, 24h market)
- View the account asset information
- Order, cancel
- View order information
Bibox Exchange provides REST API and WebSocket API, which are convenient for investors to view the market and trade easily.
- REST API Introduction
- Signature Authentication
- API Request and Response Format
- API Reference
- Error code
- Example