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)
Given a user address and an NFT, list all active borrowing a user has.
Given a user address and an NFT, list all active lendings a user has.
Given a user address and an NFT, list all active rental offers a user has.
Returns rentals where the user/account is the borrower
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
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
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.