Hello everyone I am developing on Bubble.io
Bubble has an Api Connector plugin that allows you to connect various APIs to applications.
I wanted to connect Moralis to my application, but I had some problems that I do not know how to solve. Maybe someone will tell me here. My App will use NFT and I would like to get all the data through Moralis.
When I make a call to SearchNFTs - I get the data and everything is ok.
But when I want to do something else, like GetAllTokenIds, I get an error:
"There was an issue setting up your call.
Raw response for the API
Status code 400
{βmessageβ:βInvalid hex numberβ}"
It seems to me that I should make a POST call to send wallet data, but there is nothing in the documentation about this.
Please help me! I will be very grateful.