I am building an NFT marketplace. For every NFT that is created through my marketplace I want to get the realtime owner of the NFT.
I thought I could use the Moralis Stream service for this. However, while reading the Stream documentation (and its API reference) I did not notice any info that could help me jumpstart the process. E.g. I did not notice any CURL code. Can anybody help me on how should I tackle this issue?
I would prefer using an API rather than a SDK (I am building the marketplace using low-code tools).
thanks