cURL
curl --request GET \ --url https://api.mansafinance.co/api/v1/liquidity/management/repayments \ --header 'Authorization: Bearer <token>' \ --header 'x-api-key: <api-key>'
{ "items": [ { "id": "28362168-bbfa-4ca1-95c5-8d9c7569da53", "type": "interest", "amount": "1", "chain_id": "37361842-8d00-4f85-aaa2-5d0c014f303d", "loan_id": "", "status": "COMPLETED", "paid_at": "2025-11-17T11:33:32.478Z", "created_at": "2025-11-17T11:33:32.478Z", "updated_at": "2025-11-17T11:33:48.305Z" }, { "id": "98113b15-26cf-4288-a6a0-b2522d3fe675", "type": "principal", "amount": "500", "chain_id": "37361842-8d00-4f85-aaa2-5d0c014f303d", "loan_id": "", "status": "COMPLETED", "paid_at": "2025-11-17T10:40:26.575Z", "created_at": "2025-11-17T10:40:26.575Z", "updated_at": "2025-11-17T10:40:42.022Z" } ], "meta": { "page": 1, "limit": 50, "total": 50 } }
API key for authentication
JWT token following RFC001 specification
interest
principal
penalty
Repayments list
Show child attributes