Lendasat LogoLendasat Docs
API Reference

API Overview

Introduction to Lendasat P2P Marketplace APIs

The Lendasat P2P Marketplace provides two comprehensive REST APIs that enable programmatic interaction with the platform:

  • Borrower API - For borrowers to request loans, manage contracts, and handle collateral
  • Lender API - For lenders to create loan offers, manage lending positions, and track returns
API Versions

Both APIs follow the OpenAPI 3.1 specification and are currently at version 0.8.11.

Base URLs:

  • Borrower API: https://apiborrow.lendasat.com
  • Lender API: https://apilend.lendasat.com
Authentication

All API endpoints require authentication via API keys passed in the x-api-key header.

x-api-key: your-api-key-here
Getting Started

Choose the API that matches your use case:

  • Borrower API - Request loans, manage contracts as a borrower
  • Lender API - Create offers, manage lending positions
API Features

Both APIs enable you to:

  • Register new users programmatically
  • Manage API keys and authentication
  • Query available loan offers
  • Create and manage contracts
  • Monitor contract states and events
  • Handle repayments and liquidations
Rate Limiting

Rate limits may apply to prevent abuse. Contact Lendasat support for enterprise rate limits or higher quotas.

Support

For API support, questions, or to request API keys:

Next Steps