BigQuery Usage Examples
Learn how to interact with Lens Chain datasets using different programming languages and tools.
Python
Using the official Google Cloud client library:
Node.js
Using the @google-cloud/bigquery package:
REST API
Using the BigQuery REST API:
Common Query Examples
Get lastest transactions
SELECT * FROM lens-chain-testnet.public.transactions order by "createdAt" desc limit 10;
Remember to handle authentication appropriately in your applications. For local development, you can use the Google Cloud CLI.