Skip to content

GraphQL API

  • Hasura Console: API Explorer
  • Mainnet Endpoint:
    https://api.mainnet.aptoslabs.com/nft-aggregator/v1/graphql

The API follows standard GraphQL conventions.

You can explore all available queries and types using the API Explorer linked above.

Some key types:

  • current_nft_marketplace_listings: Get active listings
  • current_nft_marketplace_token_offers: See offers made on specific tokens
  • current_nft_marketplace_collection_offers: Track offers made at the collection level
  • nft_marketplace_activities: Monitor all marketplace activities

➡️ Full Schema Reference

Retrieve active NFT listings enriched with token metadata.

No variables are required for this query by default, but you can adjust the where filter directly inside the editor.


Get Collection Offers with Collection Metadata

Section titled “Get Collection Offers with Collection Metadata”

Retrieve active collection-level offers along with detailed collection metadata.

Retrieve active token-specific offers along with detailed token metadata.