api.sys84.org
Receipt-backed token, wallet, NFT and launch intelligence for humans and agents.
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
Pay 0.01 USDC on Base to 0x64e4…089E4. The signed payment is good for 5 minutes.
- Paid to
- 0x64e4…089E4
- USD Coin contract
- 0x8335…02913
- Payment window
- 5 minutes
- As published
- 10000 smallest units
- Buys
- Base wallet screening with provider coverage, address-security flags and account nonce. Contracts require separate assessment. Risk scores are heuristic, not calibrated safety probabilities.
- Returns
- application/json
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2",
"assetTransferMethod": "eip3009"
},
"payTo": "0x64e4e6c18849ba687A468dcad0A582AC6f8089E4",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"mimeType": "application/json",
"resource": "https://api.sys84.org/v1/services/wallet_risk_snapshot",
"description": "Base wallet screening with provider coverage, address-security flags and account nonce. Contracts require separate assessment. Risk scores are heuristic, not calibrated safety probabilities.",
"maxTimeoutSeconds": 300
}
]Extensions
{
"bazaar": {
"info": {
"name": "SYS84 Wallet Risk Snapshot",
"tags": [
"sys84",
"x402",
"agent",
"risk",
"wallet",
"security",
"defi",
"base"
],
"input": {
"body": {
"chain": "base",
"address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"refresh": true
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"method": "POST",
"output": {
"type": "json",
"example": {
"ts": 1785806733,
"chain": "base",
"wallet": "0x64e4e6c18849ba687A468dcad0A582AC6f8089E4",
"quality": {
"partial": false,
"degraded": false,
"confidence": 1,
"provider_status": {
"tx_count": "available",
"token_balances": "available",
"address_security": "available"
},
"data_age_seconds": 0,
"unavailable_sources": []
},
"reasons": [
"no_onchain_history"
],
"refresh": true,
"service": "wallet_risk_snapshot",
"signals": {
"is_safe": true,
"tx_count": 0,
"info_flags": [],
"whale_tier": "🐟 Retail",
"wallet_type": "eoa",
"token_positions": 0
},
"sources": {
"risk_model": "sys84_wallet_risk_snapshot_v1",
"wallet_intel": "alchemy_token_balances + base_tx_count + goplus_address_security"
},
"verdict": "allow_with_limits",
"risk_level": "low",
"risk_score": 30
}
},
"category": "agent-risk",
"provider": "SYS84",
"description": "Base wallet screening with provider coverage, address-security flags and account nonce. Contracts require separate assessment. Risk scores are heuristic, not calibrated safety probabilities.",
"serviceName": "SYS84 Wallet Risk Snapshot",
"routeTemplate": "https://api.sys84.org/v1/services/wallet_risk_snapshot"
},
"name": "SYS84 Wallet Risk Snapshot",
"tags": [
"sys84",
"x402",
"agent",
"risk",
"wallet",
"security",
"defi",
"base"
],
"method": "POST",
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"body": {
"type": "object",
"properties": {
"chain": {
"type": "string",
"description": "string optional, only base is supported"
},
"address": {
"type": "string",
"description": "string EVM wallet address to score"
},
"refresh": {
"type": "boolean",
"description": "boolean optional, all calls currently read fresh upstream data"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE",
"HEAD"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"chain": {
"type": "string",
"description": "string optional, only base is supported"
},
"address": {
"type": "string",
"description": "string EVM wallet address to score"
},
"refresh": {
"type": "boolean",
"description": "boolean optional, all calls currently read fresh upstream data"
}
}
}
}
},
"output": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"ts": {
"type": "number",
"description": "number Unix observation timestamp"
},
"quality": {
"type": "object",
"description": "object partial/degraded state, unavailable sources, provider status, provider coverage, data age seconds; confidence is null until calibrated"
},
"reasons": {
"type": "array",
"description": "array of machine-readable reasons including contract_requires_separate_assessment, no_outgoing_transactions, few_outgoing_transactions, wallet_security_flags, and provider_data_partial"
},
"refresh": {
"type": "boolean",
"description": "boolean whether fresh upstream checks were requested"
},
"signals": {
"type": "object",
"description": "object account nonce, outgoing transaction count for EOAs only, token positions and security flags; whale tier and unproven safety are null"
},
"sources": {
"type": "object",
"description": "object provider and risk-model identifiers"
},
"verdict": {
"type": "string",
"description": "string allow/allow_with_limits/review/deny"
},
"risk_level": {
"type": "string",
"description": "string minimal/low/medium/high/invalid"
},
"risk_score": {
"type": "number",
"description": "number 0-100, higher is riskier"
}
}
}
}
}
}
},
"category": "agent-risk",
"provider": "SYS84",
"description": "Base wallet screening with provider coverage, address-security flags and account nonce. Contracts require separate assessment. Risk scores are heuristic, not calibrated safety probabilities.",
"serviceName": "SYS84 Wallet Risk Snapshot",
"routeTemplate": "https://api.sys84.org/v1/services/wallet_risk_snapshot"
}
}Provenance
- Seen in the source catalog
- 2026-09-17 06:18Z
- Last indexed by Roundhouse
- 2026-09-24 10:40Z
- Last enriched (probe, favicon, geo)
- 2026-09-23 04:45Z
- x402 version
- 2
- Max timeout
- 300s
- Liveness probe
- HTTP 200
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 16 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service api.sys84.org and tell me whether it is worth paying: what a call costs, whether the endpoint answered when last probed, and what its payment record actually shows. curl -s 'https://api.roundhouseai.io/v0/endpoints?q=api.sys84.org' curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>' Then call it: read the price from the live 402 at https://api.sys84.org/v1/services/wallet_risk_snapshot, never from a cached figure, and pay with an x402 client. The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except /v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402, or use an organization key from https://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.