Returns a paginated list of lending actions (deposits and withdrawals) for the authenticated tenant.
Note: This endpoint is currently in beta and might be subject to changes.
Documentation Index
Fetch the complete documentation index at: https://fireblocks-43c4b3ee-chore-add-cli.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Cursor for the next or previous page of results.
Number of items per page (default 100, max 100).
1 <= x <= 100Field to sort results by.
createdAt, updatedAt Sort order (ASC or DESC).
ASC, DESC "ASC"
OK
Page of lending actions for this query.
[
{
"id": "660e8400-e29b-41d4-a716-446655440001",
"status": "IN_PROGRESS",
"providerId": "MORPHO",
"actionType": "DEPOSIT",
"opportunityId": "morpho-usdc-vault-1",
"amount": "1500.5",
"createdAt": "2025-01-15T10:00:00Z",
"updatedAt": "2025-03-20T08:30:00Z",
"records": [
{
"actionType": "APPROVE",
"status": "COMPLETED",
"txId": "tx_abc123",
"txHash": "0xabc...",
"updatedAt": "2025-03-20T08:29:00Z"
}
]
}
]Total number of items matching the query.
1
Opaque cursor for the next page; empty when there is no next page.
""
Opaque cursor for the previous page; empty when there is no previous page.
""