Replies: 2 comments 1 reply
-
Also, I have two related question about contract address filtering. For example, this code works in that it returns order only for the specified NFT and token id:
What if I wanted to know the order for the collection without specifying the token ids. If I leave it blank, null, or remove it I get an error. I am also not able to filter by more than one tokenId using an array as suggested by the docs. The following code also returns an error:
Could someone please tell me what I am doing wrong? |
Beta Was this translation helpful? Give feedback.
-
thanks for the report, have opened a PR to fix the param names: #1223 |
Beta Was this translation helpful? Give feedback.
-
When I hover over the getOrders function it shows parameters names such as
makerAddress
andtakerAddress
, but those don't work. They don't provide any filtering. I saw come code online that shows justmaker
so I tried that and that works perfectly. Not sure why VS Code is showing the incorrect parameter names.Beta Was this translation helpful? Give feedback.
All reactions