Animica x402 Directory

Directory / kette.halowerk.com

kette.halowerk.com/wallet/counterparties

Collects the addresses a wallet interacted with from its transactions and token transfers, counts the interactions per edge and names the type of each contract where it can be backed by a curated entry or a verified contract name. Depth is capped at two by design: anything deeper turns this into a tool for de-anonymisation, and that is not built here. Limits and the rule that matters: only contract designations and service types are reported. There is NO assignment to natural persons, no names,

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://kette.halowerk.com/wallet/counterparties'

# -> HTTP/1.1 402 Payment Required
#    the response carries the price, asset and pay-to address.

# 2. Pay and retry with any x402 client:
npx x402-fetch 'https://kette.halowerk.com/wallet/counterparties'

Endpoint: https://kette.halowerk.com/wallet/counterparties. Operated by kette.halowerk.com, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.

Other endpoints on kette.halowerk.com

kette.halowerk.com/bridge/track

Reads the source transaction on chain, identifies the bridge from the contracts it touched, and reports what actually left the wallet. overdue is measured again…

GET · $0.004

kette.halowerk.com/chain/health

Queries every public RPC endpoint this hub knows for a chain in parallel — at least three, usually five — and reports what each one says instead of trusting one…

GET · $0.003

kette.halowerk.com/contract/upgrade-risk

Upgradeability alone is not a finding — every serious protocol is upgradeable. The finding is who holds the key and how much warning holders get. This endpoint …

GET · $0.006

kette.halowerk.com/contract/verification

Checks one address on Ethereum, Base, Arbitrum, Optimism, Polygon or BNB Smart Chain against the open verification registry and against the chain itself. For a …

GET · $0.004

kette.halowerk.com/gas

Reads the fee history of the last 20 blocks on Ethereum, Base, Arbitrum, Optimism, Polygon or BNB Smart Chain and returns what a transaction costs right now. Pr…

GET · $0.002

kette.halowerk.com/token/authorities

Reads the contract itself rather than a project's claims. Ownership renouncement is checked, not believed: the zero address in owner() is evidence, a sentence i…

GET · $0.005

kette.halowerk.com/token/holders

Reads the holder list of an ERC-20 token from a public block explorer index and reports concentration. Addresses that do not represent a person or entity - liqu…

GET · $0.004

kette.halowerk.com/token/honeypot

Runs each step separately as a simulation (eth_call with state override) against the current chain state and reports each result on its own, so a token that can…

GET · $0.01

kette.halowerk.com/token/liquidity-ownership

Reads the holders of an LP token and splits them into burned, locked in a named locker, and free. Burned and locked are two different things and are reported se…

GET · $0.006

kette.halowerk.com/token/report

Runs the identity resolver, the verification check, the authority scanner and the upgrade risk check against one token and merges them into a single answer. Not…

GET · $0.014

kette.halowerk.com/token/resolve

A symbol is not an identity. Dozens of contracts carry the symbol USDC and most of them are not the one anyone means. This endpoint returns all of them rather t…

GET · $0.002

kette.halowerk.com/token/restrictions

Scans the deployed bytecode for function selectors that grant control over trading, and reads the values that can be read directly. The decisive field is tax_mo…

GET · $0.008

All 23 endpoints on kette.halowerk.com →