Use when an agent needs base wallet profile
Use when an agent needs base wallet profile. Returns Accountless Base mainnet wallet profile with native and ERC-20 balances, bounded transfer activity, counterparties, contracts, freshness metadata and evidence hash. $0.01.
Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.01listed 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
POST https://api.oblique.markets/api/v1/paid/base-wallet-profile
| Category | Market data |
|---|---|
| Provider host | api.oblique.markets |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 6 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)
{
"body": {
"address": "example"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"address": {
"type": "string"
},
"asset": {
"description": "Optional native/base/eth or ERC-20 contract address",
"type": "string"
},
"chain": {
"enum": [
"base",
"base-mainnet",
"eip155:8453"
],
"type": "string"
},
"include_counterparties": {
"type": "boolean"
},
"lookback_blocks": {
"type": "integer"
}
},
"required": [
"address"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"activity": {
"properties": {
"complete_for": {
"type": "string"
},
"first_block": {
"type": "integer"
},
"last_block": {
"type": "integer"
},
"outgoing_transaction_count": {
"type": "integer"
},
"transfer_log_count": {
"type": "integer"
}
},
"type": "object"
},
"address": {
"type": "string"
},
"chain": {
"type": "string"
},
"chain_id": {
"type": "integer"
},
"contracts": {
"items": {
"type": "string"
},
"type": "array"
},
"counterparties": {
"items": {
"properties": {
"counterparty": {
"type": "string"
},
"transfers": {
"type": "integer"
}
},
"type": "object"
},
"type": "array"
},
"evidence_hash": {
"type": "string"
},
"freshness": {
"properties": {
"latest_block": {
"type": "integer"
},
"lookback_blocks": {
"type": "integer"
},
"observed_at": {
"type": "string"
},
"rpc_source": {
"type": "string"
}
},
"type": "object"
},
"native": {
"properties": {
"balance_eth": {
"type": "string"
},
"balance_wei": {
"type": "string"
}
},
"type": "object"
},
"tokens": {
"items": {
"properties": {
"address": {
"type": "string"
},
"balance": {
"type": "string"
},
"balance_raw": {
"type": "string"
},
"decimals": {
"type": "integer"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}