Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.83 KB

README.md

File metadata and controls

15 lines (10 loc) · 1.83 KB
description
Learn the overview of the Airstack GraphQL APIs, which includes authentication, cursor pagination, comparison operators, and nested queries.

ℹ Overview

The Airstack API is an easy-to-use GraphQL API that helps web3 developer enable composability by reading data accross the web3 ecosystem.

The Airstack API supports all standard features of GraphQL API, such as request headers, variables, nested queries, multiple queries execution, etc.

Currently, the Airstack API doesn’t support any write operations to the blockchain.

🔐 AuthenticationLearn more details on how authentication with the Airstack API keys work.authentication.md
📍 Cursor PaginationLearn how to use cursor pagination to get all the data from Airstack queries.cursor-pagination.md
📏 Working with GraphQLLearn all the available logical comparison operators for filtering out the desired API results.working-with-graphql.md
🥅 Nested QueriesLearn fields that have nested queries implemented within the Airstack API.nested-queries.md