OpenSea NFT
OpenSea NFT API
19 subscribers
10 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
OpenSea NFT endpoints
| Method | Endpoint | Description |
|---|---|---|
| v1.0(stable) | ||
| GET |
Assets /assets/ |
To retrieve assets from our API, call the `/assets` endpoint with the desired filter parameters. |
| GET |
Collections /collections/ |
The `/collections` endpoint provides a list of all the collections supported and vetted by OpenSea. To include all collections relevant to a user (including non-whitelisted… |
| GET |
Bundles /bundles/ |
Bundles are groups of items for sale on OpenSea. You can buy them all at once in one transaction, and you can create them without any transactions or gas, as long as you've… |
| GET |
Single Asset /asset/{asset_contract_address}/{token_id}/ |
Used to fetch more in-depth information about an individual asset. To retrieve an individual from our API, call the `/asset` endpoint with the address of the asset's contract and… |
| GET |
Asset Owners /asset/{asset_contract_address}/{token_id}/owners/ |
This endpoint is used to obtain the entire list of owners for an NFT. Results will also include the quantity owned. |
| GET |
Listings for an Asset /asset/{asset_contract_address}/{token_id}/listings |
Used to fetch active listings on a given asset. |
| GET |
Offers for an Asset /asset/{asset_contract_address}/{token_id}/offers |
Used to fetch active offers for a given asset. |
| GET |
Single Contract /asset_contract/{asset_contract_address} |
Used to fetch more in-depth information about an contract asset. |
| GET |
Single Collection /collection/{collection_slug}/ |
Used for retrieving more in-depth information about individual collections, including real time statistics like floor price. |
| GET |
Collection Stats /collection/{collection_slug}/stats/ |
Use this endpoint to fetch stats for a specific collection, including realtime floor price statistics. |
OpenSea NFT pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / second |
|
| PRO | $10 / month | 5 / second |
|
| ULTRA | $50 / month | 5 / second |
|
| MEGA | $300 / month | 5 / second |
|