← Back to directory

Quick Solana pre-sign check: known-drainer + blacklist screen on a serialized tr...

https://api.clervo.dev/v1/firewall/quick

Overview

Quick Solana pre-sign check: known-drainer + blacklist screen on a serialized transaction. Returns ALLOW, BLOCK, or REVIEW — never an unconditional safe.

Protocol x402
Price
Payment Asset USDC
Payment Network solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Category crypto/transactions
Provider clervo
Source bazaar
Indexed 2026-07-13 02:15:00

Health

Status unknown
Latency (p50)
Uptime (30d)
Reliability Score
Last Checked Never
Last Healthy Never
Consecutive Failures 0

x402 Payment Validation

Payment Requirements
Asset Verified
Facilitator

Input Schema

{ "bodyFields": { "intent": "declared intent { type, maxSpend, allowedRecipients, allowedPrograms } to compare effects against", "protectedWallets": "array of Solana pubkeys the caller is protecting (the signer(s) at risk)", "stateSlot": "optional pin, e.g. \"latest-finalized\"", "transaction": "base64-encoded serialized Solana transaction (legacy or versioned)" }, "bodyType": "json", "discoverable": true, "method": "POST", "type": "http" }

Output Schema

{ "description": "Quick verdict: drainer/blacklist screen result.", "schema": { "confidence": "number 0..1", "decision": "ALLOW | BLOCK | REVIEW (ambiguous defaults to REVIEW, never an unconditional safe)", "evidenceId": "provenance-linked evidence id for the run (deep tier)", "reasons": "array of machine-readable reason strings", "walletDeltas": "array of per-wallet balance/authority deltas from the simulated transaction" }, "type": "json" }