Coming soon: Need support for this? Email support@dwellir.com and we will enable it for you.
GraphQL API Overview
The Aptos indexer GraphQL API provides powerful query capabilities for transactions, token activities, and analytics. Use https://api-aptos-mainnet.n.dwellir.com/YOUR_API_KEY/v1/graphql
for mainnet access once enabled on your account.
Example
query LedgerInfo { ledger_infos(limit: 1, order_by: {version: desc}) { chain_id version }}