Companies can cancel transfer requests sent to Loop. Canceling a transfer request does not remove a wallet's autopay authorization, it simply means Loop will not process the transfer request.
Multiple transfer requests can be cancelled in the same request.
The approximate time at which to process the given transfer request. This needs to be formatted as a Unix timestamp in seconds. If 0, the transfer request will be processed "immediately" (as soon as the Loop bot network picks it up)
The amount to transfer, denominated either in USD if field usd is set to true or the given token
Example: "1000000000"
usdboolean
Whether or not the amount is denominated in USD or the given token. If denominated in USD, the amount will be converted to the token amount at the time of processing. The exchange rate is retrieved from an on-chain Chainlink oracle. Conducting this conversion on-chain costs gas, thus consider only using this feature if converting from a non-stable coin (e.g. WETH).
Example: false
Response
Ok
Body
transfers*array of GeneralTransferResponse (object)