🔌 API Documentation
Introduction
Welcome to the Werent API, You can use our API to access all Listed NFTs endpoints.The version of the document is V1,and it will continuously update. The WeRent API is publicly accessible and provides all NFTs data such as:metadata and rent price.
URL
Endpoint
Get All NFTs
GET
https://api.werentnft.io/nfts/list-nfts
Query Parameters
Name
Type
Description
limit
Numeric
Default : 20
offset
Numeric
Start from 0
search
String
network
Enum
[ETHEREUM,BSC,POLYGON,KLAYTN]
status
Enum
[LISTING,RENTING]
sortBy
Enum
[HIGH_TO_LOW_PRICE,LOW_TO_HIGH_PRICE,LATEST_ITEM,HIGHEST_COLLATERAL,LOWEST_COLLATERAL]
Rent & Lend Page
After we getting the NFT's Id, we can access the rent page at the following link using web browser Link : https://app.werentnft.io/nft/{id}
Last updated