Galxe · OAuth Scopes

Galxe OAuth Scopes

OAuth 2.0 searched

Galxe publishes 12 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Galxe API on a user’s behalf.

Tokens are issued from https://api.galxe.com/oauth/auth/2/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

CompanyCrypto Web3Digital IdentityCredentialsQuestsLoyaltyGraphQLOAuthBlockchain
Scopes: 12 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://app.galxe.com/oauth
Token URL
https://api.galxe.com/oauth/auth/2/token
Flows
authorizationCode

Scopes (12)

ScopeDescriptionFlows
Email Access the user's verified email address. authorizationCode
Twitter Access the user's connected Twitter/X account. authorizationCode
Discord Access the user's connected Discord account. authorizationCode
Github Access the user's connected GitHub account. authorizationCode
Telegram Access the user's connected Telegram account. authorizationCode
EVMAddress Access the user's connected EVM (Ethereum-compatible) wallet address. authorizationCode
SolanaAddress Access the user's connected Solana wallet address. authorizationCode
SeiAddress Access the user's connected Sei wallet address. authorizationCode
AptosAddress Access the user's connected Aptos wallet address. authorizationCode
InjectiveAddress Access the user's connected Injective wallet address. authorizationCode
FlowAddress Access the user's connected Flow wallet address. authorizationCode
GalxeID Access the user's Galxe ID (universal Web3 identifier). authorizationCode

Source

OAuth Scopes

galxe-scopes.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://docs.galxe.com/galxe-id/galxe-id-integration/galxe-id-oauth
docs: https://docs.galxe.com/galxe-id/galxe-id-integration/galxe-id-oauth
description: >-
  OAuth 2.0 scopes for "Sign in with Galxe" (Galxe ID). Each scope grants the
  requesting app read access to one class of the user's connected identity or
  wallet address. Requested at the authorization endpoint
  https://app.galxe.com/oauth and exchanged at
  https://api.galxe.com/oauth/auth/2/token.
schemes:
  - name: signInWithGalxe
    source: https://docs.galxe.com/galxe-id/galxe-id-integration/galxe-id-oauth
    flows:
      - flow: authorizationCode
        authorizationUrl: https://app.galxe.com/oauth
        tokenUrl: https://api.galxe.com/oauth/auth/2/token
scopes:
  - scope: Email
    description: Access the user's verified email address.
    flows: [authorizationCode]
  - scope: Twitter
    description: Access the user's connected Twitter/X account.
    flows: [authorizationCode]
  - scope: Discord
    description: Access the user's connected Discord account.
    flows: [authorizationCode]
  - scope: Github
    description: Access the user's connected GitHub account.
    flows: [authorizationCode]
  - scope: Telegram
    description: Access the user's connected Telegram account.
    flows: [authorizationCode]
  - scope: EVMAddress
    description: Access the user's connected EVM (Ethereum-compatible) wallet address.
    flows: [authorizationCode]
  - scope: SolanaAddress
    description: Access the user's connected Solana wallet address.
    flows: [authorizationCode]
  - scope: SeiAddress
    description: Access the user's connected Sei wallet address.
    flows: [authorizationCode]
  - scope: AptosAddress
    description: Access the user's connected Aptos wallet address.
    flows: [authorizationCode]
  - scope: InjectiveAddress
    description: Access the user's connected Injective wallet address.
    flows: [authorizationCode]
  - scope: FlowAddress
    description: Access the user's connected Flow wallet address.
    flows: [authorizationCode]
  - scope: GalxeID
    description: Access the user's Galxe ID (universal Web3 identifier).
    flows: [authorizationCode]