v1

latestOpenAPI 3.1.02026-07-24233206489.1 KB
offers

List all offers

Retrieve a list of all offers created by the lender

get/v1/capitals/lenders/offers

Query parameters

afterstring

Forward pagination

limitinteger

Items per page (default: 10)

Response

OK

messagestring

Example response

{
  "data": [
    {
      "amount_increment": 10000,
      "currency": "PHP",
      "id": "offer_123",
      "interest_fee": 250,
      "max_amount": 500000,
      "max_term": 12,
      "min_amount": 10000,
      "min_term": 12,
      "name": "Special Loan Offer",
      "repayment_rate": 550
    }
  ]
}