Confused about what this hash input wants && where I can find it? #20
-
Question Posted: 14 August 2021, in Discord
https://api-reference.rarible.com/#operation/prepareOrderTransaction Can someone help me with what this hash input wants/where I can i find this hash?
@jay Rank take a look at order indexer protocol https://docs.rarible.org/exchange/order-discovery try to find your own NFT on order indexer and the hash is in the metadata provided in the results. For example:
I suggest you yo use SDK to do all this, do not use raw APIs. That's difficult
Allright by SDK you mean the javascript one right?
Yes, https://github.com/rarible/protocol-ethereum-sdk
@eugene Nacu | Rarible one last question after getting the hash according to your guided path,
when I am doing this, it is returning this error:
Probably, this is because you don't send content type header.
yes
Do you want to send transaction from server?
no it is from my local pc i believe even using content type: application/json it is not returning me required outcome |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Since we need to group and filter the discussions page, I'll be adding this reply as an answer since these kinds of threads(from discord) won't have activity any time soon. |
Beta Was this translation helpful? Give feedback.
Since we need to group and filter the discussions page, I'll be adding this reply as an answer since these kinds of threads(from discord) won't have activity any time soon.