← oblique.markets · all endpoints
Use when an agent needs wallet analyze. Returns Base wallet balances, bounded transfers, token holdings and counterparties from free Blockscout APIs. $0.005.
| Price | $0.005 per call (5000 atomic USDC, scheme exact) |
|---|---|
| Category | chain-data |
| Rails | x402 · USDC on Base (eip155:8453) and Solana · MPP pathUSD on Tempo |
| Canonical URL | https://api.oblique.markets/api/v1/paid/wallet-analyze |
curl -i https://api.oblique.markets/api/v1/paid/wallet-analyze # → HTTP 402 with the exact payment requirements; pay, then retry with PAYMENT-SIGNATURE (x402) or Authorization: Payment (MPP)
{
"type": "object",
"required": [
"wallet_address"
],
"properties": {
"wallet_address": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{40}$"
}
}
}{
"wallet_address": "0x4200000000000000000000000000000000000006",
"chain": "Base",
"source": "Blockscout",
"balances": [],
"transfers": [],
"transfer_count": 0,
"counterparties": [],
"activity_window_days": 90,
"analyzed_at": "2026-09-01T12:00:00.000Z",
"message": "Wallet analysis from free Blockscout data"
}Worked TypeScript/Python clients and MCP configs: oblique-markets/oblique-examples · Agent Skills: oblique-markets/skills
Pay per call with x402 (USDC on Base or Solana) or MPP (pathUSD on Tempo). No accounts. Machine doors: /.well-known/x402.json · /openapi.json · /llms-full.txt · MCP · humans: remote.observer