Auction listing ID

How do I find this value without any sort of bid activity?

Can you explain more please, I don’t understand.

I am trying to fetch auction data by reading from the markeplace core contract but I need an auction listing ID in order to do so. Which was totally fine to find when it was on testnet as

I was able to figure out from looking at block scan transaction data the if someone has made a bid which was fine in test case but now that it’s live I am not about to bid on an auction. There must be some other way? Including screenshot for you to understand how I was able to find this value on testnet.

you can add /data to the link like this: https://manifold.xyz/@hbhbhb123/id/4247597296/data and you can see listingId there. Hope this help.

1 Like

amazing thanks!

I also have another issue but i think i know why, If I try and fetch data from the creator core or marketplace core contracts locally, I am able no problem but once deployed to vercel, they fail. is that because I am doing the requests client side? I’m guessing I need to use server side endpoints but just checking..

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.