OpenSea - NFT marketplace

Demo to preview the plugin:

Introduction

The OpenSea plugin helps developers create new features using Nfs data and their marketplace. We provide a set of actions that allow you to receive the metadata of the ERC721 and ERC1155 tokens, as well as other key aspects of their trading platform, including events, collection, orders, and more.

How to setup

The plugin does not contain elements. In order to get data from the service, use the appropriate call from the list of actions.
For each call you will need an API key (X-API-KEY)
💡
To get X-API-KEY, you must fill out a special form on the official website https://docs.opensea.io/reference/api-keys

Steps to request an API key

Follow these steps to request an API key. Each account can generate up to three API keys.
  1. On opensea.io, hover over your Profile icon and select Settings.
  1. On the left side of the page, click Developer.
  1. Click Verify in profile to verify your email address. Anonymous email addresses are not supported at this time.
  1. After verifying your email address, navigate back to the Developer section and click Get access.
    1. Image without caption
  1. Fill out your Organization NameWebsite, and Intended use of the OpenSea API.
    1. Image without caption
  1. Click Submit.
  1. Fill out the Recaptcha.
  1. You’ll be directed back to the Developer section in your Account settings. Click Create API key.
  1. Name your key and click Create new key.
    1. Image without caption
You’ll be able to see your API key and the key’s expiration date.
Image without caption
To use your API key, include it in the plugin tabs in the X-API-KEY(shared headers) field.
Image without caption
More information on the OpenSea documentation: https://docs.opensea.io/reference/api-keys

Plugin Data/Action Calls

Shared Headers:
Name
Description
Type
X-API-KEY
API key allows you to access the Stream API and all V1 and V2 endpoints. You can use your API key on mainnet, but the testnet endpoints do not require keys.
Text
Get Collection Stats
Get Events
Get Events (by account)
Get Events (by collection)
Get Events (by NFT)
Get Account
Get Collection
Get Collections
Get NFT
Get NFTs (by account)
Get NFTs (by collection)
Get NFTs (by contract)
Get Payment Token
Get Traits
Get All Listings (by collection)
Get All Offers (by collection)
Get Best Listing (by NFT)
Get Best Listings (by collection)
Get Best Offer (by NFT)
Get Collection Offers
Get Item Offers
Get Listings
Get Order
Get Trait Offers
Build Criteria Offer

Workflow example

All actions are data received from the OpenSea service. Use this data as like a data source for state or data source for repeating group or a simple group.
Image without caption

Changelogs

Update: 13.03.24 - Version 1.15.0

  • Update description

Update: 07.03.24 - Version 1.14.0

  • Migrated to API v2

Update: 07.03.24 - Version 1.13.0

  • minor updates

Update: 18.10.23 - Version 1.12.0

  • Updated description

Update: 15.09.23 - Version 1.11.0

  • updated description

Update: 12.09.23 - Version 1.10.0

  • minor updates

Update: 06.09.23 - Version 1.9.0

  • Obfuscation

Update: 12.07.23 - Version 1.8.0

  • updated description

Update: 23.06.23 - Version 1.7.0

  • updated the description

Update: 19.06.23 - Version 1.6.0

  • Updated the description

Update: 03.04.23 - Version 1.5.0

  • updated the description

Update: 23.02.23 - Version 1.4.0

  • deleted the icons

Update: 22.02.23 - Version 1.3.0

  • updated the description

Update: 31.01.23 - Version 1.2.0

  • Updated service link

Update: 01.07.22 - Version 1.1.0

  • Changed icon and added common part

Update: 08.06.22 - Version 1.0.0

  • Initial Release