lucid-eleven / nft-discord-bot

Discord bot for ERC721 NFT collections
171 stars 108 forks source link

Matic Assets #4

Closed ismailsq closed 2 years ago

ismailsq commented 2 years ago

I'm trying to use this bot for a collection of polygon assets, I'm wondering if this change in the asset type is the reason this bot isn't working for me?

I can list the floor price but searching for a token ID gets me the "doesn't exist" error.

Additionally the sales cronjob fails due to a bad request. (sales.js:37:17)

lucid-eleven commented 2 years ago

According to some discussion in discord and forums, OpenSea API doesn't currently support Matic assets. I haven't really looked into it much more than a cursory search on Google, but you might have to dig into it yourself to see if you can get things working. Try out their API endpoints here https://docs.opensea.io/reference/api-overview, and see if you can get useful data for your collection.