creating a listing #547
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 |
|
Hey |
|
@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. |
Yeah @njovy thanks |
|
Thanks guys, I've updated the API reference. General docs overhaul will be in the works for Q3 |

@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.