v1
latestOpenAPI 3.1.02026-07-24233206489.1 KBoffers
Send offer to targeted accounts
Allow lender to send offer to particular accounts so they can borrow money from offer
post/v1/capitals/lenders/offers/{offer_id}/accounts
Path parameters
offer_idstring required
Offer ID
Request body
Example request
{
"accounts": [
{
"expires_at": "2024-12-31T23:59:59Z",
"id": "account_123"
}
]
}Response
OK