FIL - ERC20 loan operations
Confirm lend operation
POST
https://localhost:3000/api/operation/lend/FIL/confirm
This endpoint allows you to confirm lend operations
Request Body
signature
object
Signature of the message
message
object
Lotus message
Confirm withdraw voucher operation
POST
https://localhost:3000/api/operation/lend/FIL/signWithdrawVoucher/confirm
Request Body
paymentChannelId
string
Payment channel ID
signedVoucher
string
Voucher base64
Confirm redeem voucher operation
POST
https://localhost:3000/api/operation/lend/FIL/redeemWithdrawVoucher/confirm
Request Body
network
string
Filecoin network
CID
string
Loan event hash
Confirm settle operation
POST
https://localhost:3000/api/operation/lend/FIL/settleWithdraw/confirm
Request Body
network
string
Filecoin Network
CID
string
Loan event hash
Confirm collect operation
POST
https://localhost:3000/api/operation/lend/FIL/collectWithdraw/confirm
Request Body
network
string
Filecoin Network
CID
string
Loan event hash
Confirm payback payement channel operation
POST
https://localhost:3000/api/operation/lend/FIL/paybackPaymentChannel/confirm
Request Body
message
string
Lotus message
signature
string
Message signature
Confirm payback voucher operation
POST
https://localhost:3000/api/operation/lend/FIL/signPaybackVoucher/confirm
Request Body
paymentChannelId
string
Payment channel ID
signedVoucher
string
Voucher base64
Confirm redeem payback operation
POST
https://localhost:3000/api/operation/lend/FIL/redeemPaybackVoucher/confirm
Request Body
network
string
Filecoin network
CID
string
Loan event hash
Confirm settle payback operation
POST
https://localhost:3000/api/operation/lend/FIL/settlePayback/confirm
Request Body
network
string
Filecoin network
CID
string
Loan event hash
Confirm collect payback operation
POST
https://localhost:3000/api/operation/lend/FIL/collectPayback/confirm
Request Body
network
string
Filecoin network
CID
string
Loan event hash
Last updated
Was this helpful?