Matteo Orlandi
Member
Hi!
how can I send MULTIPLE GET requests to Opensea and get data back to my google sheet? I see there is an API module but I´m not sure how to use it...
More specifically, I have a list of URLs (GET requests) in my google sheet and I want to refresh data from Opensea every hour
The Get requests are in the form of "https://api.opensea.io/api/v2/events/accounts/{address}"
this is the work-flow:
1) FROM GOOGLE SHEET:
- https://api.opensea.io/api/v2/events/accounts/{address1}
- https://api.opensea.io/api/v2/events/accounts/{address2}
- https://api.opensea.io/api/v2/events/accounts/{address3}
...
2) TO OPENSEA
3) AND BACK TO GOOGLE SHEET
Hope it makes sense
Matt
how can I send MULTIPLE GET requests to Opensea and get data back to my google sheet? I see there is an API module but I´m not sure how to use it...
More specifically, I have a list of URLs (GET requests) in my google sheet and I want to refresh data from Opensea every hour
The Get requests are in the form of "https://api.opensea.io/api/v2/events/accounts/{address}"
this is the work-flow:
1) FROM GOOGLE SHEET:
- https://api.opensea.io/api/v2/events/accounts/{address1}
- https://api.opensea.io/api/v2/events/accounts/{address2}
- https://api.opensea.io/api/v2/events/accounts/{address3}
...
2) TO OPENSEA
3) AND BACK TO GOOGLE SHEET
Hope it makes sense
Matt