View Transaction
Provides redirect links for transaction viewing interface.
Endpoint
GET /ui/viewTransaction
Query Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| type | string | ✅ | deposit or withdraw |
Note: This endpoint redirects to a UI page; no API token required.
Response
This endpoint returns a page in HTML format. Transaction list and details are displayed as a web interface.
Notes
- This endpoint is designed for UI (User Interface) purposes
- Response is in HTML format, not JSON
typeparameter is required and can only acceptdepositorwithdrawvalues- Does not require authentication (UI endpoint)