GET AGENT BALANCE
Retrieves the TRON network wallet address assigned to a specific customer.
**Method:** `GET`
**URL:** `{{ENDPOINT}}/{{AGENT_ID}}/customers/0809991234/address/tron`
### Parameters
| Variable / Segment | Description |
|---|---|
| `{{ENDPOINT}}` | Base URL of the API server |
| `{{AGENT_ID}}` | Unique identifier of the agent managing the customer |
| `0809991234` | The customer's phone number or unique identifier |
| `tron` | Specifies the blockchain network (TRON) for the wallet address |
### Authentication
Requires an API key passed via the `x-api-key` request header using the `{{API_KEY}}` environment variable.
### Notes
- Returns the TRON blockchain deposit address associated with the given customer.
- Replace `0809991234` with the actual customer identifier when using this request.
- This address is typically used for receiving crypto deposits on the TRON network.
Authentication
x-api-keystring
API Key authentication via header
Response
Successful response