API Specification
This page contains the specification of Orium's API for third-party integration partners.
Last updated
This page contains the specification of Orium's API for third-party integration partners.
Last updated
Polygon
polygon-mainnet
137 (0x89)
Moonbeam
polkadot-moonbeam
1284 (0x504)
Arbitrum One
arbitrum-one
42161 (0xa4b1)
Borrowings represent rentals a user has rented.
Given a user address and an NFT, list all active borrowing a user has.
Lendings represent rentals a user has rented to other users (the provided user is the owner of the NFTs).
Given a user address and an NFT, list all active lendings a user has.
Active rental offers represent rental offers a user has created for rent.
Given a user address and an NFT, list all active rental offers a user has.
Returns rentals where the user/account is the borrower
/v1/borrowings/{userAddress}//{chainId}//{tokenAddress}
User Address/Account
Network Chain Id. See supported networks.
NFT collection Token Address. See supported collections.
Cursor to paginate the query to. It starts at '1 or null' and is offset using the cursor field returned in the query result.
Returns rentals where the user/account is the lender
/v1/lendings/{userAddress}//{chainId}//{tokenAddress}
User Address/Account
Network Chain Id. See supported networks.
NFT collection Token Address. See supported collections.
Cursor to paginate the query to. It starts at '1 or null' and is offset using the cursor field returned in the query result.
Returns rental offers where the user/account is the owner
/v1/rental-offers/{userAddress}//{chainId}//{tokenAddress}
User Address/Account
Network Chain Id. See supported networks.
NFT collection Token Address. See supported collections.
Cursor to paginate the query to. It starts at '1 or null' and is offset using the cursor field returned in the query result.