# Get Payout Limits Retrieves the minimum and maximum payout limits for payout providers based on the specified country code and/or payout provider ID. Query Parameters: - At least one of countryCode or payoutProviderId must be provided. Response: - Returns a list of payout limits, each containing the currency code, minimum limit, and maximum limit. Use Cases: - Check payout limits before initiating a payout - Display available payout limits to end users - Validate payout amounts against configured limits Endpoint: GET /v2/payout-limits Version: 1.1.0 ## Query parameters: - `countryCode` (string) Country Code - `payoutProviderId` (string) ## Response 200 fields (application/json): - `currency` (string) - `minimumLimit` (number) - `maximumLimit` (number) ## Response 400 fields (application/json): - `code` (string) - `message` (string) - `detail` (string) ## Response 404 fields (application/json): - `code` (string) - `message` (string) - `detail` (string)