Kraken · GraphQL Specification

Kraken GraphQL Schema

This document describes a conceptual GraphQL schema for the Kraken cryptocurrency exchange API. Kraken's public API is REST and WebSocket based (see the [Kraken REST API docs](https://docs.kraken.com/api/docs/rest-api/get-server-time) and [WebSocket v2 docs](https://docs.kraken.com/api/docs/websocket-v2/ping)), but the types here model the full breadth of Kraken's domain objects across Spot trading, Futures, Earn, NFT, funding, and account management surfaces.

Documentation Endpoint View on GitHub CryptocurrencyExchangeTradingMarket DataSpot TradingFuturesDerivativesStakingEarnNFTWebSocketFIXCustodyOTCPrime BrokerageEmbedOAuthPublic APIsGraphQL

Overview

Kraken GraphQL Schema is a GraphQL API specification published by Kraken on the APIs.io network.

This document describes a conceptual GraphQL schema for the Kraken cryptocurrency exchange API. Kraken’s public API is REST and WebSocket based (see the Kraken REST API docs and WebSocket v2 docs), but the types here model the full breadth of Kraken’s domain objects across Spot trading, Futures, Earn, NFT, funding, and account management surfaces.

Tagged areas include Cryptocurrency, Exchange, Trading, Market Data, and Spot Trading.

Endpoint

Related API Specs

Kraken Spot REST API (OpenAPI) Kraken Spot WebSocket API v2 (AsyncAPI) Kraken Futures REST API (OpenAPI)
Back to Kraken · All GraphQL Specs · GitHub