Use when an agent wants to know what a wallet has been doing before paying it, a
Use when an agent wants to know what a wallet has been doing before paying it, accepting payment from it or following it. Returns Recent transactions, token transfers, DEX swaps, NFT activity and internal transactions for an EVM wallet on Base or Ethereum, with a heuristic risk score. $0.03.
Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.03listed price per call
n/aprice it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://api.oblique.markets/api/v1/paid/wallet-spy
| Category | Market data |
|---|---|
| Provider host | api.oblique.markets |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 5 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"address": "0x970007590aCC5C938cd51345B17AF51B1B40D3Ab"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {
"address": {
"description": "EVM wallet address",
"type": "string"
},
"chain": {
"enum": [
"ethereum",
"base"
],
"type": "string"
}
},
"required": [
"address"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"chain": {
"type": "string"
},
"message": {
"type": "string"
},
"queried_at": {
"type": "string"
},
"risk_score": {
"properties": {
"level": {
"type": "string"
},
"reasons": {
"items": {
"type": "string"
},
"type": "array"
},
"score": {
"type": "integer"
}
},
"type": "object"
},
"surveillance": {
"properties": {
"dexs_swaps": {
"properties": {
"count": {
"type": "integer"
},
"items": {
"type": "array"
}
},
"type": "object"
},
"internal_transactions": {
"properties": {
"count": {
"type": "integer"
},
"items": {
"type": "array"
}
},
"type": "object"
},
"nft_activity": {
"properties": {
"count": {
"type": "integer"
},
"items": {
"type": "array"
}
},
"type": "object"
},
"recent_transactions": {
"properties": {
"count": {
"type": "integer"
},
"items": {
"type": "array"
}
},
"type": "object"
},
"token_transfers": {
"properties": {
"count": {
"type": "integer"
},
"items": {
"items": {
"properties": {
"from": {
"type": "string"
},
"hash": {
"type": "string"
},
"method": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"to": {
"type": "string"
},
"token": {
"properties": {
"address": {
"type": "null"
},
"decimals": {
"type": "string"
},
"name": {
"type": "string"
},
"symbol": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"total": {
"type": "string"
},
"value": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"unique_tokens": {
"type": "integer"
}
},
"type": "object"
}
},
"type": "object"
},
"wallet_address": {
"type": "string"
}
},
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}