Chain

Repay a loan

Repay a loan

post/v3/tx/repay

Request body

loanIdstring required

Loan's id.

userAddressstring required

User's address.

Response

200

codeinteger
msgstring
tinteger

Example response

{
  "data": {
    "type": "borrow"
  },
  "code": 200,
  "msg": "ok",
  "t": 1559204889719
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.