ChainArgos
API
API
  • 🔌api-demos
  • Basic google-sheet-pivot-table-based gueries
    • 🦮API walkthrough
    • 🎬Basic ETL demo
    • 🎰Compute statistics on YGG flows
  • More complex Looker API queries
    • Looker API introduction
    • Downloading a look to pandas
    • Ethereum address inflows
    • Running a look via API
    • Running a look with several filters via API
  • Research
    • How empty are Heco blocks these days?
    • Tether minting vs BTC price
    • Wallet evaluation
Powered by GitBook
On this page

More complex Looker API queries

PreviousCompute statistics on YGG flowsNextLooker API introduction

Last updated 1 year ago

It is also possible to directly access Looks via API and change the query parameters programmatically. This is useful both for more complex setups you cannot build in Google Sheets and when you also want to build an interactive version of the same interface.

The API requires a credentials. Instructions to set up credentials are . You can also contact ChainArgos for credential support.

Looker's own API documentation is . The examples are limited. You definitely want to understand both and before bothering with those docs.

here
here
a minimal connection
a simple but realistic use case