Skip to main content

Tokens API

The Tokens API allows you to manage tokens associated with nodes and distributors.

Base Path

/api/v1/integration/tokens

Overview

Tokens represent digital assets or cryptocurrencies in the Apex Brokerage platform. Each token can be associated with a node and distributor, and includes contract information, rules, and integration details.

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