OasisPrimeX
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.js
import { 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.

Native Edge Wrappers
Lightweight plugins crafted explicitly for Next.js Middleware, Cloudflare Workers, and Vercel Edge networks to resolve tokens before computing layouts.
Webhook Telemetry Streams
Receive real-time alerts for every transaction change. Every alert comes with a secure digital signature to guarantee it arrives safely without being tampered with.
Automated Replay Protection
Automatically checks unique, one-time security codes for every network request. This stops attackers from copying or repeating your old transactions, keeping your integration completely safe out of the box.

[Core HTTP Reference Statuses]

Status CodeSystem MeaningAutomated Trigger Action
201 SEALEDCryptographic flight payload signature matches hardware matrix target.Forward settlement execution pipeline downstream.
403 CHALLENGECellular telemetry logs suggest route drift or carrier spoof markers.Intercept transmission flight; drop SMS fallback validation hook.
422 REPLAY_DETECTEDTemporal network nonce matches previous system flight log index.Blacklist authorization session token; trigger emergency alerts.