get https://li.quest/v1/integrators//withdraw/
This endpoint can be used to get transaction request for withdrawing integrator's collected fees the specified chain. If a list of token addresses is provided, the generated transaction will only withdraw the specified funds.
If there is no collected fees for the provided token's addresses, the 400
error will be thrown.
The endpoint returns a IntegratorWithdrawalTransactionResponse
object which contains the transaction request.