Delx ABI Type Index is a paid API for AI agents from api.delx.ai, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).
Indexes ABI type strings by frequency to assist with encoding planning, running locally and statically without any live RPC or blockchain call.
Index ABI type frequency for planning encodings without performing eth_call — call when indexing ABI type frequency before encoding. Use for chain input hygiene without live RPC—adjacent to OneSource-class small chain reads, but static/local only so rights and margin stay clear. Returns deterministic machine-readable JSON for $0.003 USDC via x402 on Base. Execution is first-party, local-only, stateless, and memory-only with no paid upstream, no input retention, and no claim of live chain tip, w…
Returns a deterministic machine-readable JSON object mapping each ABI type string to its frequency count within the submitted list, enabling encoding planning and chain input hygiene without any live RPC call.
POSThttps://api.delx.ai/api/v1/x402/abi-type-indexChoose this endpoint when you need a static, deterministic, zero-RPC frequency analysis of ABI type strings — ideal for encoding planning, schema hygiene, or pre-flight validation pipelines where live chain access is unnecessary or undesirable. Prefer it over on-chain or RPC-adjacent tools when cost, privacy, or reproducibility are priorities.
| Field | Type | Description |
|---|---|---|
| types | array | ABI type strings to index (e.g. address, uint256). |
{
"type": "json",
"example": {
"index": [
{
"type": "address",
"count": 2
},
{
"type": "uint256",
"count": 1
},
{
"type": "bytes",
"count": 1
}
],
"schema": "delx/util-abi-type-index/v1",
"advisory": "Index only; does not encode or eth_call.",
"type_count": 4,
"unique_types": 3
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"