OpenSea Data Query
Deprecated for OpenSea's rate limit policy, no longer accept new user. Without any api key use opensea api functionalities through our api. Just follow the opensea api documents and send same parameters to our service, get same response. This is a simple wrap of official api, so rate limit is depended on opensea and can only serve a few user. Also it may be not available anytime if opensea…
OpenSea Data Query endpoints
| Method | Endpoint | Description |
|---|---|---|
| OPENSEA LISTINGS | ||
| GET |
Get Account /v2/accounts/{address} |
Get an OpenSea Account Profile including details such as bio, social media usernames, and profile image. |
| GET |
Retrieve NFTs (by collection) /v2/collection/{slug}/nfts |
This endpoint is used to fetch multiple NFTs for a collection |
| GET |
Retrieve NFTs (by contract) /v2/chain/{chain}/contract/{address}/nfts |
This endpoint is used to fetch multiple NFTs for a smart contract |
| GET |
Retrieve NFTs (by account) /v2/chain/{chain}/account/{address}/nfts |
This endpoint is used to fetch NFTs owned by a given account address |
| GET |
Get an NFT /v2/chain/{chain}/contract/{address}/nfts/{identifier} |
This endpoint is used to fetch metadata, traits, ownership information, and rarity for an NFT |
| GET |
Retrieve listings V2 /v2/orders/{chain}/seaport/listings |
This endpoint is used to fetch the set of active listings on a given NFT for the Seaport contract. |
| GET |
Retrieve all listings V2 /v2/listings/collection/{slug}/all |
get all active listings for a collection |
| GET |
Retrieve offers V2 /v2/orders/{chain}/seaport/offers |
This endpoint is used to fetch the set of active offers on a given NFT for the Seaport contract. |
| GET |
Retrieve all offers V2 /v2/offers/collection/{slug}/all |
get all open offers for a collection |
| GET |
Retrieve collection offers V2 /v2/offers/collection/{slug} |
This endpoint is used to get collection offers for a specified collection. |
| GET |
Retrieve trait offers V2 /v2/offers/collection/{slug}/traits |
This endpoint is used to get all trait offers for a specified collection. |
| GET |
[Deprecated] Retrieving listings /api/v1/asset/{asset_contract_address}/{token_id}/listings |
Used to fetch active listings on a given asset. |
| GET |
[Deprecated] Retrieving offers /api/v1/asset/{asset_contract_address}/{token_id}/offers |
Used to fetch active offers for a given asset. |
| GET |
[Deprecated] Retrieving orders /wyvern/v1/orders |
How to fetch orders from the OpenSea system. |
| OPENSEA API | ||
| GET |
Retrieving assets /api/v1/assets |
To retrieve assets from our API, call the `/assets` endpoint with the desired filter parameters. Auctions created on OpenSea don't use an escrow contract, which enables gas-free… |
| GET |
Retrieving an asset /api/v1/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 |
Validate an asset /api/v1/asset/{asset_contract_address}/{token_id}/validate |
If you're having issues getting your items to show up properly on OpenSea (perhaps they're missing an image or attributes), you can debug your metadata using the /validate API… |
| GET |
Retrieving events /api/v1/events |
The `/events` endpoint provides a list of events that occur on the assets that OpenSea tracks. The "event_type" field indicates what type of event it is (transfer, successful… |
| GET |
Retrieving collections /api/v1/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 |
Retrieving bundles /api/v1/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 |
Retrieving a contract /api/v1/asset_contract/{asset_contract_address} |
Used to fetch more in-depth information about an contract asset. |
| GET |
Retrieving a collection /api/v1/collection/{collection_slug} |
Used for retrieving more in-depth information about individual collections, including real time statistics like floor price. |
| GET |
Retrieving collection stats /api/v1/collection/{collection_slug}/stats |
Use this endpoint to fetch stats for a specific collection, including realtime floor price statistics |
| GET |
Retrieve owners /api/v1/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. |
OpenSea Data Query pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|