creating a listing #547
-
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
Wanted to help answering this, so the signature are created by asking the user to sign the payload data of the listings. The signature use EIP 712 typed data signing. Check https://github.com/ProjectOpenSea/seaport-js |
Beta Was this translation helpful? Give feedback.
-
Hey
|
Beta Was this translation helpful? Give feedback.
-
@jack75015 Unfortunately seaport doc contains multiple errors. This was the first error I saw when I tried to create a new order. However an error message returned from the server is pretty straight forward to debug. You have to change the endpoint to ethereum to rinkeby. https://testnets-api.opensea.io/v2/orders/rinkeby/seaport/listings is the right url for a testnet. |
Beta Was this translation helpful? Give feedback.
-
Yeah @njovy thanks |
Beta Was this translation helpful? Give feedback.
-
Thanks guys, I've updated the API reference. General docs overhaul will be in the works for Q3 |
Beta Was this translation helpful? Give feedback.
@jack75015 Unfortunately seaport doc contains multiple errors. This was the first error I saw when I tried to create a new order. However an error message returned from the server is pretty straight forward to debug. You have to change the endpoint to ethereum to rinkeby. https://testnets-api.opensea.io/v2/orders/rinkeby/seaport/listings is the right url for a testnet.