Documentation Core
Developer Sandbox
Integrate Next-Gen transactional defenses with minimal overhead. The OasisPrimeX SDK collection exposes powerful cryptographic constructs via direct HTTP endpoints.
POST /v1/payloads/seal
TypeScript / Next.jsimport { OasisClient } from "@oasisprimex/sdk";
const oasis = new OasisClient({ apiKey: process.env.OPX_SECRET_KEY });
const securePayload = await oasis.payloads.seal({
transactionId: "tx_77x_9841",
amount: 250000,
currency: "NGN",
routingNode: "NODE-PRIMARY-ZULU",
hardwareSignature: "ed25519_sig_991ab..."
});Programmatic Tooling Matrix
SDK libraries built to mirror enterprise platform environments seamlessly.
[Core HTTP Reference Statuses]
| Status Code | System Meaning | Automated Trigger Action |
|---|---|---|
| 201 SEALED | Cryptographic flight payload signature matches hardware matrix target. | Forward settlement execution pipeline downstream. |
| 403 CHALLENGE | Cellular telemetry logs suggest route drift or carrier spoof markers. | Intercept transmission flight; drop SMS fallback validation hook. |
| 422 REPLAY_DETECTED | Temporal network nonce matches previous system flight log index. | Blacklist authorization session token; trigger emergency alerts. |