get customer deposit transactions
Retrieves the list of deposit transactions for a specific customer.
**Method:** `GET`
**URL:** `{{ENDPOINT}}/{{AGENT_ID}}/customers/0809991234/transactions/deposit`
### 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 |
### Authentication
Requires an API key passed via the `x-api-key` request header using the `{{API_KEY}}` environment variable.
### Notes
- Returns a history of all inbound (deposit) transactions associated with the specified customer.
- Replace `0809991234` with the actual customer identifier when using this request.
- Response may include transaction details such as amount, timestamp, network, status, and transaction hash.
Authentication
x-api-keystring
API Key authentication via header
Request
This endpoint expects an object.
chain
Response
Successful response