Markets API
The Markets API allows you to manage markets associated with nodes.
Base Path
/api/v1/integration/markets
Overview
Markets represent trading platforms or marketplaces associated with nodes in the Apex Brokerage platform. Each market can have webhook configurations for real-time updates.
Authentication
All endpoints require authentication using a Bearer token in the Authorization header.
Required Headers:
Authorization: Bearer <access_token>
X-Target-Server: integration
Available Operations
- Create Market - Create a new market for a node
- Get Market by ID - Retrieve a specific market by its ID
- Update Market - Update an existing market
- Delete Market - Delete a market (soft delete)
- Get All Markets by Node ID - Get all markets associated with a node with pagination
- Get Single Market by Node ID - Get a single market associated with a node