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.
Image without caption

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
Image without caption

Changelogs