Order Book
The Order Book section provides detailed information about all orders and trades associated with your account. You can monitor pending orders, track completed transactions, and view your entire trade history.
Available Endpoints
| Feature | Description | Link |
|---|---|---|
| Pending Orders | View all orders currently waiting to be executed. | Fetch Pending Orders |
| Completed Orders | View orders that have been successfully filled or cancelled. | Fetch Completed Orders |
| Order History | View the lifecycle and history of a specific order. | Order History |
| Trade Book | View a comprehensive log of all executed trades. | Trade Book |
Common Headers for Order Book APIs
All APIs in the Order Book section require the following headers:
| Header Name | Required | Description |
|---|---|---|
x-authorization-token |
Yes | Your JWT access token. |
x-device-type |
Yes | The device type (e.g., WEB, ANDROID, IOS). |
Content-Type |
Yes | application/json |
Understanding Order Statuses
The Order Book will return various statuses representing the current state of your orders. Common statuses include:
- COMPLETE: The order has been fully executed.
- REJECTED: The order was rejected by the system or exchange.
- CANCELLED: The order was cancelled by the user.
- PENDING: The order is still open in the market.