---
name: wallet-behavior-score/wallet-behavior-score-2
description: Hosted endpoints for wallet-behavior-score/wallet-behavior-score-2
metadata: { "openclaw": { "requires": { "bins": ["ampersend"] } } }
---

# Wallet Behavior Score 2

Pay-per-call API endpoints hosted by wallet-behavior-score/wallet-behavior-score-2 on Ampersend.

## Prerequisites

Install the Ampersend skill first — it provides the `ampersend` CLI:

```bash
curl https://www.ampersend.ai/getting-started.md
```

## Wallet Behavior Score Query

Analyzes DeFi wallet behavior using Aave/Compound on-chain data and returns a 0-100 risk score, risk classification, behavioral profile, liquidation history and component-level explanation.

- **URL:** `https://proxy.ampersend.ai/wallet-behavior-score/wallet-behavior-score-2/wallet-behavior-score-query`
- **Methods:** GET
- **Network:** Base
- **Price:** $0.01 USDC
- **Receiver:** `0x61e7B5833Db12e8361e1aca1CEe62c0d7ea66bAa`

### Example call

```bash
ampersend fetch -X GET https://proxy.ampersend.ai/wallet-behavior-score/wallet-behavior-score-2/wallet-behavior-score-query
```

## Wallet Behavior Score Test

- **URL:** `https://proxy.ampersend.ai/wallet-behavior-score/wallet-behavior-score-2/wallet-behavior-score-test`
- **Methods:** GET
- **Network:** Base
- **Price:** $0.01 USDC
- **Receiver:** `0x61e7B5833Db12e8361e1aca1CEe62c0d7ea66bAa`

### Example call

```bash
ampersend fetch -X GET https://proxy.ampersend.ai/wallet-behavior-score/wallet-behavior-score-2/wallet-behavior-score-test
```

Tip: add `--inspect` to any call to preview the 402 challenge without paying.
