Available Services
The SDK provides access to the following services via the ComplianceClient instance:
- client.alerts: Manage compliance alerts.
- client.clients: Manage individual and corporate clients.
- client.health: Check the health status of the API.
- client.operations: Manage financial operations (deposits, withdrawals, trades).
- client.transactions: Manage transactions.
Each service exposes methods corresponding to the API endpoints. Refer to the type definitions (exported from index.ts and within the models/ and services/ directories) for detailed request and response structures.
Updated 13 days ago