Running a look via API

Here we are going to run a look with modified filter values and retrieve the results. This demo uses this Look.

The demo is a simple look which retrieves info for a single given wallet address. This finds the look, extracts the query, updates the parameters and then runs it. Finally results are printed out.

Note this code involves manipulating the query filters. If you want to look at the filters on a given look via the API here is a code snippet to do that:

Last updated