跳转到主要内容
GET
/
v1
/
integrators
/
{integratorId}
/
withdraw
/
{chainId}
Get transaction request for withdrawing collected integrator's fees by chain
curl --request GET \
  --url https://li.quest/v1/integrators/{integratorId}/withdraw/{chainId}
{
  "transactionRequest": {
    "data": "0x",
    "to": "0xbD6C7B0d2f68c2b7805d88388319cfB6EcB50eA9"
  }
}

请求头

x-lifi-api-key
string

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

路径参数

integratorId
string
必填

Id of the integrator that requests fee withdrawal

chainId
string
必填

Specify chainId from which funds should be withdrawn

查询参数

tokenAddresses
string[]

Specify tokens from which funds should be withdraw

响应

Response of the integrator's fee withdrawal transaction request

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

transactionRequest
object
必填

The transaction request