GET
/
v1
/
integrators
/
{integratorId}
/
withdraw
/
{chainId}
curl --request GET \
  --url https://li.quest/v1/integrators/{integratorId}/withdraw/{chainId}
{
  "transactionRequest": {
    "data": "0x",
    "to": "0xbD6C7B0d2f68c2b7805d88388319cfB6EcB50eA9"
  }
}

Headers

x-lifi-api-key
string

Authentication header, contact support if you want to get registered.

Path Parameters

integratorId
string
required

Id of the integrator that requests fee withdrawal

chainId
string
required

Specify chainId from which funds should be withdrawn

Query Parameters

tokenAddresses
string[]

Specify tokens from which funds should be withdraw

Response

200
application/json

Response of the integrator's fee withdrawal transaction request

Transaction request for withdrawing integrator's collected fees for the specified chain