> ## Documentation Index
> Fetch the complete documentation index at: https://pay-docs.holdstation.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Transaction Threshold

> Retrieve the list of transaction thresholds for deposit and withdrawal operations.

## Overview

Partners use this API to retrieve the list of transaction thresholds for deposit and withdrawal operations. All values are in VND.

<ResponseExample>
  ```json 200 theme={null}
  {
    "message": "success",
    "data": {
      "config": {
        "key": "transaction_threshold",
        "description": "Transaction thresholds for deposit and withdrawal",
        "value": {
          "fields": {}
        }
      }
    }
  }
  ```
</ResponseExample>
