Skip to main content

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