Skip to content

Partner Portal Overview

The Partner portal is designed for API-chain integrators — backend servers calling SlaunchX APIs directly using HMAC-SHA256 request signatures, not browser sessions with JWT and Secure Channel.

Integration Model

Partner uses the API chain exclusively:

  • Authentication via API key + HMAC-SHA256 signature
  • Request paths: /api/v1/partner/**
  • No JWT, no Secure Channel, no browser session state

Core Domains

DomainPurpose
authAPI key management and login flows
profileAccount profile and onboarding
workspaceWorkspace membership and roles
transferRecharge, withdrawal, and exchange operations
walletWallet discovery and balances
slashTransaction commands (prepare/confirm)
notificationsChannel configuration and delivery
  1. Quickstart — first API call with HMAC signing
  2. Authentication Models — how API key auth works

SlaunchX Internal Documentation