⚙️API

Integrate our API directly into your dApp.

Welcome to the API documentation for our lending and borrowing as a service system. This API enables users to lend, borrow, and manage loans using cryptocurrency assets as collateral. Whether you're looking to open a loan, repay your debt, or adjust the collateral in the system, our API provides the tools to securely and efficiently perform these operations, ensuring a transparent and decentralized financial experience.

Below you can find the main service endpoints:

  • POST /lend

  • POST /borrow

  • GET /loan/{loan_id}

  • POST /repay

  • POST /increase-collateral

  • GET /collateral/{loan_id}

  • GET /interest-rates

  • GET /user/{user_id}/loans

Last updated