Save API data on my Bubble data

how do i call 100 address value? need to separate it by comma?

No. You will call them in API call by dynamically fill the address value. But the payload will always be the same.
In your DB, have one thing for each address. You can schedule a backend WF to update each list of “price” using the price address and fill the value field using Get Data from API Connector.
you can choose to schedule on a list (be sure to put enough time between each item) or use recurring scheduled. @williamtisdale give you some info on how this work

okay thanks for helping me Jici, i’m exploring this now

1 Like

im stuck right here, i need to create api workflow on backend workflow, what would it be?

create a thing…
make changes to thing…
make changes to a list of thing… ?

sorry im a newbie like really noob

am i doing this right? make changes to a list of thing, how do i narrow the search for each coin?

The backend WF should be set to make change to a thing, not a list.
But the Schedule API workflow will be on a list of Coin

it keep showing error, can you edit mine and show to me?

here: CoinHundred | Bubble Editor

In the API WF, you should have a parameter of coin type. Upu will make a changento this parameter. The do a search will be in the schedule WF on a list action

i think i already done this,now how do i call all the address to get each price updated?

i need to input again the address to pull another api data from moralis?
will the previous data update automatically?

am i doing this right? to update each price into each coin in my bubble database? do i need to create 100 api workflow?

I’ve also tried like that but it only works once
data is not updated in real time

yeah dude, william and Jici really a professional for this, im enjoying learning from them. i’m excited to finish this

after i call the data and call other data, will the previous data still updating? or will it show only latest call?

you there? please i need more details about the 1 api call options, can you describe in more details with some photo?

Actually on mobile.
But the WF should be
Schedule API WF on a list. You will set the type to coin and Schedule the API WF on the Do a search for coin. You don’t need to filter anything if you want to update them all.
In the backend WF you will have a parameters “coin” with type “coin”. In the schedule API WF, you will set “This coin” for the parameters.
In backend WF you will Make change to a thing and use “coin” (parameters"). You will add field to change and use Get data from API Connector. In the API Connector “address” parameters you will use Coin (or This coin) 's address . You will complete the expresssion by selecting the price (or if you save the whole payload into API Type field, you don’t need to complete expression.

1 Like

what a perfect explaination!


schedule api workflow

im doing this right am i?

Seem right to me

omg dude! many thanks to you Jici! it solved! thanks Jici & william for helping, it really works!

what a kind person helping people in trouble!

1 Like

what are the parameters for the API?

here you go api parameter from my backend workflow

up here my schedule api workflow, i’ll do it on “Do every 80seconds” to make it automatically call the api and updating my bubble database.

Is this way the page must always be opened? What if the page is closed?

i think this method is good for me as the api price will be called automatically and updating my database once someone visit my homepage