Python
Learn how to integrate Airstack APIs to your Python-based application using the Airstack Python SDK.
Last updated
Was this helpful?
Learn how to integrate Airstack APIs to your Python-based application using the Airstack Python SDK.
Last updated
Was this helpful?
In this tutorial, you will learn how to start integrating API into your Python application.
Completed
Git
Node v.16+
Use a package manager to install the into your Python project:
Create a new .env
file:
and import it into your Python project to inject the environment variables:
The data
variable will return and logged into your terminal as follows:
Learn to build more with Airstack using our tutorials:
Resolve Identities
Wallet API Reference
Add the as the environment variable:
Install package to your project:
Wrap your application or React component with AirstackClient
from the SDK to initialize it with the :
Once you have initialized the SDK, you can use the to call the Airstack API.
Below you have been provided with Airstack query to fetch the 0x address and Farcaster owned by :
If you have any questions or need help regarding integrating into your Python application, please join our Airstack's group.