API Reference
Complete documentation for the BlockSuite platform API. Build, test, and integrate with confidence.
Base URLhttps://a83igs0uxi.execute-api.eu-central-1.amazonaws.com/v1
Authentication
JWT auth with MFA (TOTP + PIN), OAuth providers, and WebAuthn passkeys.
Wallet Engine
HD wallet generation with hybrid AES-256 + KMS encryption across 8 chains.
Compliance
KYC/KYB tiered verification with risk scoring and document management.
Communications
Email templates, Slack alerts, and push notifications.
Authentication Methods
BearerAuthorization: Bearer <access_token>JWT token from /login
ServiceX-Service-Token: <service_secret>Internal service-to-service
InternalX-Internal-Token: <internal_secret>Wallet engine access
Supported Chains
Ethereum (ETH)
Bitcoin (BTC)
Solana (SOL)
Tron (TRX)
Polygon (MATIC)
BSC (BNB)
Arbitrum (ETH)
Avalanche (AVAX)
Error Responses
{
"statusCode": 400,
"error": "Bad Request",
"message": "Validation failed: email is required"
}
// Status codes: 200 OK, 201 Created, 400 Bad Request,
// 401 Unauthorized, 403 Forbidden, 404 Not Found,
// 429 Rate Limited, 500 Internal Server Error