wallet-risk
Use cases
- Payment flows
- Fraud checks
- High-risk onboarding
Flow type
Lookup. Proofable checks wallet risk through an external provider.Required Fields
Example
wallet-risk.json.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Screen a wallet before payments, access, or high-value actions.
wallet-risk
| Field | Required | Notes |
|---|---|---|
walletAddress | Yes | Wallet to assess |
provider | No | Example: webacy |
chain or chainId | No | Chain context: eth, base, bsc, pol, opt, arb, sol, ton, sei, sui, btc, stellar |
{
"walletAddress": "0x...",
"chain": "base"
}
wallet-risk.json.