Order is not cancellable offchain since it does not use SignedZone #1514
Unanswered
pixelpawnshop
asked this question in
Q&A
Replies: 1 comment
-
ah you're right the If you want to help open a PR to add param |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there,
I wanted to try out the cancel order api endpoint for a offer I created. I get this error message though
Order is not cancellable offchain since it does not use SignedZone
.I get that if my offer does not provide the SignedZone it only can be cancelled onchain. Im looking for a offchain solution here though. Im currently using the opensea SDK to create my offers. When going through the sdk docs for createOffer() I can't find any information about where to set a SignedZone. Can anyone help on this issue? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions