v1
latestOpenAPI 3.1.02026-07-24233206489.1 KBoffers
List offers for an account
Retrieves a list of offers associated with a specific account
get/v1/capitals/offers
Response
Successfully retrieved offers
Example response
{
"data": [
[
{
"amount_increment": 10000,
"currency": "PHP",
"id": "offer_123",
"interest_fee": 250,
"is_invited": true,
"lender": {
"code": "gotyme",
"id": "org_lender_1"
},
"max_amount": 500000,
"max_term": 12,
"min_amount": 10000,
"min_term": 12,
"name": "Special Loan Offer",
"repayment_rate": 550
}
]
]
}