API Operations

We are currently working on an API to help you operate multiple loaning transactions with ease. It is also a good way to control your loaning cycle, if you plan to do flash loans. In this paper, we describe briefly the borrowing and lending functionalities that can be called from your scripts. This is a draft which can vary from the final implementation.

The API function will be called this way:

https://apiv1.nftuloan.com/createloan?param1=&param2=&key=YOURAPIKEY

It will return a json object like : { “errorCode” : 0, “response”: { … } }

Last modified 2mo ago

Copy link

Last updated