Skip to main content

GraphQL API

Welcome to Intuition's GraphQL API

Our GraphQL API provides a flexible and powerful way to interact with Intuition's data and services. This interface allows you to request exactly the data you need and receive predictable results.

Getting Started

All GraphQL API requests must be authenticated using a valid API key. Include your API key in the request headers as: Authorization: Bearer YOUR_API_KEY

Base URL

All GraphQL requests should be sent as POST requests to:
https://api.intuition.systems/graphql

Documentation Structure

Our documentation is organized into the following sections:

  • Read Operations
    • Atoms - Query and manage atomic data units
    • Accounts - Access account information
    • Triples - Work with semantic relationships
    • Positions - Handle position data
    • Vaults - Manage vault information
    • Utilities - Access system information
  • Write Operations
    • Mutations - Create and modify data
    • Schema Support - Understanding data structures
    • Best Practices - Guidelines for optimal usage

Interactive Explorer

Use the Apollo Explorer above to test queries and explore the API schema in real-time. The explorer provides auto-completion, documentation, and validation as you write queries.