v1

latestOpenAPI 3.1.02026-07-1462512.3 KB
Loans

Retrieve loans

This endpoint is used to retrieve a list of loans. When used without query params, it will fetch all loans. Query params can be used to filter this set.

get/loans

Query parameters

nftIdstring

The NFT token ID to filter by (if this is included, the collection param must also be included)

collectionstring

The collection address to filter by (required if nftId is provided)

sellerstring

The seller address to filter by. More specifically, the current owner of the seller ticket NFT.

buyerstring

The buyer address to filter by. More specifically, the current owner of the buyer ticket NFT.

Response

A list of loans

status'ACTIVE' | 'FULLY_REPAID' | 'ASSET_SEIZED'
defaultStatus'NOT_IN_DEFAULT' | 'IN_DEFAULT_AND_REPAYABLE' | 'IN_DEFAULT_AND_NOT_REPAYABLE'
All 6 operations