Fetch Transfer History
The investor can use this endpoint to fetch their transfer history on Lenme.
HTTPS Request
GET
https://api.lenmo.app/api/v3/transfer_history/
Transfer history is returned in a paginated response.
Headers
Name | Type | Description |
---|---|---|
Accept | String | The content type of the response. |
X-API-KEY* | String | The API key that gives the user the authentication to perform this request. |
X-Timestamp* | String | The timestamp of the request. |
X-HMAC* | String | The HMAC generated for the request. |
Sample Request
Response Parameters
Parameter | Type | Description |
---|---|---|
date | Date | Transfer Date |
transactions | List of transfer obj. | A list of transactions grouped by transfer date |
TransferHistory.transfer_status | String | Status of a transfer .e.g |
TransferHistory.transfer_type | String | Type of a transfer .e.g |
TransferHistory.transfer_amount | String | Amount of transfer in USD |
TransferHistory.transfer_source_dest | String | Indicates the transfer initiation either to or from source |
TransferHistory.loan_request_id | Long | Id of the loan request associated with the transfer |
TransferHistory.loan_id | Long | Id of the loan associated with the transfer |
TransferHistory.borrower_id | Long | Id of the borrower associated with the transfer |
Last updated