Questions tagged [opensea-api]
2 questions
2
votes
2 answers
opensea API v2 giving "invalid signature" when try to list NFT on polygon network
Following is my code that i am using to create listing using opensea API v2. I have opensea API-KEY and its working fine with other calls. I want to list the NFT on Polygon network.
const axios = require("axios");
const { Seaport } =…

ibrahim Ramzan
- 21
- 1
1
vote
1 answer
OpenSea 3.1 API Validation Errors
I believe OS's OpenApi definition is invalid at version v1.0#1e41yo45l0vihg6s. When I attempt to use it from Node using the api package in my project I get validation errors. Simple steps to reproduce:
Create a new Node project and initialize
…

Madbreaks
- 19,094
- 7
- 58
- 72