get https://api.sandbox.uqpay.tech/api/v1/payouts
Retrieves a list of payout transactions. The response can be filtered by specifying a creation date range or payout status.
Usage Guidelines:
- If
start_time
andend_time
are both omitted, the API returns payouts from the last 30 days by default. - If only
end_time
is provided, it retrieves payouts within the past 30 days up toend_time
.