I was looking into creating an external addon for Quicknode. As far as I understand, I can create any APIs that I want, but as long as I have the provisioning APIs set up it’ll work. Correct me if I’m wrong.
For eg. if I’m trying to let’s say provide APIs to mint cNFTs, then two of my endpoints can be nft/mint
and /nft/get/:id
, and the required provisioning APIs.