Make offer, bid or buy now from API?

Hi,

can someone point me in right direction.
For example we can get all nfts from BoredApeYachtClub.
On our site we can list it, user can login with Metamask and his wallet.
Is there any option to buy now, set a bid (for example on opensea or any other platform)?
Is this possible with moralis API? Is this even possible?
I just need some guides not full solution :slight_smile:

Thanks!

You can do it with Moralis Opensea plugin. Check this below link for docs.

To use this plugin you need to get api key from opensea and install plugin on moralis server.

Thanks, any tutorial for other market? Something to start it from scratch? Something in depth? :slight_smile:
You said above that I need opensea API Key, but in these docs I do not see it’s being used or where to put it?

You will need API key while installing opensea plugin.

There is no recent video, but these can get you started
Opensea plugin tutorial

Rarible:
Plugin Docs
Tutorial

You can add an API key to the OpenSea plugin in your server’s Installed Plugins. You should be able to get one within a few days now if you request one.

Thanks, will check it out Waiting on the API token.