WaaS
WaaS Integration Setup
Prepare your WaaS project, credentials, and callback settings before integration.
Before calling WaaS APIs, complete account registration, project setup, and credential retrieval in the Cregis App desktop client.
Preparation Steps
Step 1: Download and install Cregis App
- Visit https://www.cregis.com/download and download the installer for your operating system (macOS or Windows).
- Install and launch Cregis App.
Step 2: Register your account and finish security setup
- Register a Cregis account (see Account signup and login guide).
- Bind Google Authenticator for 2FA.
- Sign in to your account.
Step 3: Create a wallet and a WaaS API project
- In the App, open the Wallet module and create a wallet (for example, "my-wallet").
- Open the API module and click Create.
- Enter project name, select required capabilities (address creation, payout, and so on), then complete Google 2FA verification.
- For full walkthrough, see Project creation guide.
Step 4: Configure IP allowlist
- Open Project Settings > IP Allowlist.
- Add your server public IP, then save and finish identity verification.
- Reference: Configure IP allowlist
Step 5: Retrieve API credentials and project identifiers
- In Project Settings, copy
API Key,Base URL, andProject ID. - These values are required for every WaaS API request. Store them securely and never expose them in frontend code.
Important
Project-specific Base URL. Copy it from Cregis App > WaaS Project > Project Settings > Base URL. Bind it with the same Project ID and API Key.