🚀Quickstart & SDKs
Try Airstack API and integrate it into your dapp within minutes into your tech stack. You can either call the Airstack API with the Airstack SDKs or direct API call.
API Endpoint: https://api.airstack.xyz/graphql
Record limit per API call
Maximum amount 200
Default to 50
We support cursor-based pagination to retrieve the next set of results.
It is best practice that you keep the size of the array for input filters, e.g.
_in
or_nin
, to a maximum length of 200 per API call.
To use the Airstack APIs, you have two options to make API calls:
Airstack SDKs
This is most suitable if you are using languages/frameworks that the SDKs support. Currently, Airstack offer 3 different SDKs:
We recommend that you use Airstack SDKs to integrate Airstack APIs easily to your application. Below are some tutorials to quickly get you started integrating Airstack depending on the tech stack you're using:
Others
Otherwise, you can always call the Airstack API directly with existing GraphQL library. For step-by-step guide on how to do that, check out the tutorial below:
Last updated
Was this helpful?