Skip to main content

View Transaction

Provides redirect links for transaction viewing interface.

Endpoint

GET /ui/viewTransaction

Query Parameters

NameTypeRequiredDescription
typestringdeposit 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
  • type parameter is required and can only accept deposit or withdraw values
  • Does not require authentication (UI endpoint)