For developers integrating the SDK
SDK playground
Live analyze() calls against each sample, with the raw TxRiskResult shown on the right. Use this to size fields, check which keys are populated in each mode, and preview the shape before you write parser code in your own integration.
Want the rendered UI view instead? Open the engine demo. Want the type definitions? Read the SDK docs.
Try a sample
Mode
TxRiskResult JSON
// Pick a sample to run analyze() and see the result.
await analyze({
transaction: <base64>,
connection,
mode: "full",
});