operation

Confirm collateral lock operation

POST https://localhost:3000/api/operation/lock/ERC20/confirm

This endpoint allows you to confirm collateral lock operation

Request Body

Name
Type
Description

txHash

string

Transaction hash

operation

string

'CreateBorrowRequest', 'CancelBorrowRequest', 'AcceptOffer', 'UnlockCollateral', 'SeizeCollateral', 'UnlockRefundableCollateral'

networkId

string

Network identifier

{ status: 'OK', message: 'Loan Event alaready saved' }
{ status: 'OK', message: 'FIL Loan Operation Confirmed' }
FIL - ERC20 loan operationsERC20 - FIL loan operations

Last updated

Was this helpful?