Monchain Overview
See how Monchain Check spans the HTTP API core and SDK touchpoints.
Infrastructure control
HTTP API
Synchronous mission orchestration with predictable SLAs and retry semantics.
- POST /p/uss/api/v1/oauth2/token
- POST /a/fes/api/v1/fraud-evaluations
- GET /a/fes/api/v1/fraud-evaluations?targets={id}
Product velocity
SDK suite
Native UX scaffolding for app teams who want aligned mission schemas.
- React
- React Native
- Flutter
- Swift
Need a Monchain API key?
Tell us about your fraud workflows and we'll provision sandbox and production credentials for your team.
API-first flow
- Authenticate via
POST /p/uss/api/v1/oauth2/tokenusing client credentials. - Launch missions through
POST /a/fes/api/v1/fraud-evaluationswith actor traits and blockchain hints. - Collect verdicts through webhooks or
GET /a/fes/api/v1/fraud-evaluations/results?targets={targets}when offline.
Cache mission IDs and replay polling if downstream systems drop a webhook.
SDK capsules
Every SDK mirrors the HTTP schema and authentication.
Web
React SDK
Hooks for mission lifecycle plus status badges and optimistic flows.
Mobile
React Native SDK
Wallet permission bridges, biometric gating, and offline caching.
Cross-platform
Flutter SDK
Launch missions + isolates for telemetry batching across Android/iOS.
Apple-native
Swift SDK
Combine-friendly APIs backed by Secure Enclave storage.
Choose the API for infrastructure-level control or jump into the SDKs for a UX-first rollout, both stay in lockstep via shared mission schemas.
