This API reference is intentionally curated. Internal, admin, and wallet-resolution endpoints are excluded from public docs.
API coverage
Krypton publishes a focused subset of endpoints across four services:- Backend API: account creation/sign-in, username setup, KYC, and payments.
- Web3 API: transaction state plus read-only pricing and quote endpoints.
- Hedge Fund API: strategy discovery and read-only strategy data.
- Clark API: query, conversation, and memory endpoints for the Clark assistant. For a user-journey overview (not implementation detail), see Clark → Introduction.
Authentication
Use your auth token in theAuthorization header:
Start with these workflows
1
Sign in or create account
Call the login endpoint and then set a username for the account.
2
Complete KYC checks
Create an applicant, fetch access tokens, and poll KYC status.
3
Send funds
Use the payment endpoints to send USDC and monitor transaction status.
4
Read portfolio and market data
Fetch read-only rates, token prices, and strategy details.
5
Add Clark (optional)
If you expose Krypton’s assistant, read Clark → Introduction for the experience model and Clark → Quickstart to integrate, then use the Clark API group for endpoints.
Public reference policy
- Included: account setup, payments, and read-only endpoints.
- Excluded: wallet resolution, internal diagnostics, admin routes, and operational webhooks.