Orders
Create and manage trading orders
Overview
The Orders API allows you to create, manage, and track trading orders on the Moonbase platform. You can place new orders, cancel active orders, and retrieve order history.
Available Endpoints
Order Management
- Create Order - Create a new trading order
- Get Active Orders - Retrieve all active orders
- Get Archived Order - Get a single archived order
- Get Archived Orders - Retrieve archived order history
- Cancel Active Order - Cancel a specific active order
- Cancel Active Orders - Cancel multiple active orders
- Cancel All Active Orders - Cancel all active orders for a user
API Key Management
- Create API Key - Generate a new API key for order operations
Authentication
All order endpoints require authentication. You must include valid API credentials in your requests.
Order Types
The platform supports various order types including market orders, limit orders, and more. Refer to the individual endpoint documentation for specific order type requirements.
Getting Started
To start placing orders:
- Ensure you have valid API credentials
- Review the order creation endpoint documentation
- Understand the order parameters and requirements
- Monitor your orders using the active and archived order endpoints
For detailed information about each endpoint, refer to the individual documentation pages.