Get loan history (main account)

Retrieves all crypto loan transactions for main-account of the authenticated user.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Request DTO for paginated main account transaction queries with filtering and sorting options. Request body is optional - if not provided, default pagination values (page=0, size=50) will be used.

int32
≥ 0
Defaults to 0

Page number for pagination (0-based)

int32
1 to 1000
Defaults to 50

Number of items per page

filter
object | null

Map of filter criteria. Supported filter keys are:
loanId (Filter by loan ID),
loanApplicationId (Filter by loan application ID),
status (Filter by transaction status: COMPLETED, READY_FOR_RECKONING, ROLLED_BACK),
cryptoCurrency (Filter by security cryptocurrency),
type (Filter by transaction type: FIAT_BORROW, FIAT_REPAY, AUTO_FIAT_REPAY, etc.),
externalLoanId (Filter by external loan ID).
externalTransactionId (Filter by external transaction ID),
userId (Filter by user ID / subaccount ID).
Each key accepts a list of string values for filtering.

date-time | null

Start timestamp (UTC) for filtering transactions (inclusive)

date-time | null

End timestamp (UTC) for filtering transactions (inclusive)

null

Sorting configuration for the transaction results

Headers
uuid
required

Main account ID.

string
required

SHA-256 signature of the JSON payload and private key. See API Key Authentication

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*