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
- Create Token - Create a new token
- Create Token by External ID - Create a token association for an external token ID
- Get Token by ID - Retrieve a specific token by its ID
- Get Token by External ID - Retrieve a specific token by its external ID
- Update Token - Update an existing token
- Delete Token - Delete a token (soft delete)
- Get All Tokens by Distributor ID - Get all tokens associated with a distributor with pagination
- Get All Tokens by Market ID - Get all tokens associated with a market with pagination
- Get Markets by Token ID - Get all markets where a token is listed with pagination
- Update Token Markets - Update the markets where a token is listed
- Get KYC Tokens by Token ID - Get all KYC tokens associated with a token with pagination
- Create KYC Token Address - Create a KYC token address association for a token
- Update KYC Token Address - Update a KYC token address association for a token
- Delete KYC Token Address - Delete a KYC token address association for a token