Agent SDK Overview
Use Agent SDKs from partner backend services for signed Agent API calls.
| Scenario | Java SDK | PHP SDK |
|---|---|---|
| Bind user | Supported | Supported |
| Fixed amount transfer | Supported | Supported |
| Transfer all out | Supported | Supported |
| Reverse transfer | Supported | Supported |
| Query orders | Supported | Supported |
| Create entry URL | Supported | Supported |
| Webhook verification | Supported | Supported |
| Key | Example | Description |
|---|---|---|
| baseUrl | https://agent-api.6mm.com | 6MM Agent API service URL without trailing slash. |
| agentCode | AGENT001 | Partner agent code. |
| apiSecret | your-api-secret | API signing secret stored only on the backend. |
| defaultCurrency | USDT | Default currency for transfer and account APIs. |
| webhookUrl | https://partner.example.com/6mm/webhook | Partner endpoint for 6MM webhook notifications. |