User Loans

Parameters:

  • chainId: The ID of the blockchain chain where the asset managers are deployed.

Query Parameters specific for rentals:

  • collection: Filter for token address of the NFT collection

  • rentee: Filter for assets rented by a wallet

  • state: Filter for all assets on loan (LOAN)

Get Asset Manager by Chain ID

get
/assetManager/{chainId}
Path parameters
chainIdstringRequired

The ID of the blockchain chain

Example: 296
Query parameters
userstringOptional

NFT owner

providerstringOptional

Loan provided by

collectionstringOptional

The token address of the collection

Default: 0x00000000000000000000000000000000003a05ad
renteestringOptional

The current rentee of the asset manager

statestring ยท enumOptional

The state of the asset manager (Valid values: LOAN | RENT | STALE | PRE_LOAN)

Possible values:
onlyRentDatabooleanOptional

filter to only get rented NFT data (rentee, owner, rent_expiry, state)

Responses
200

Successful response

application/json
get
/assetManager/{chainId}

Response:

  • Successful responses return an array of asset managers for provided token address with detailed information, such as the current rentee and the state of each asset.

Last updated