Portal Community

id

No operation-specific config beyond the shared Kubo connection.

Response: { id, publicKey, addresses, agentVersion, protocolVersion }.

version

No operation-specific config beyond the shared Kubo connection.

Response: Kubo's version metadata (daemon version, Go/commit info as reported by the RPC API).

resolve

FieldTypeRequiredDefaultDescription
nametext✓ YesThe name/path to resolve, e.g. /ipns/<key> or a domain with a DNSLink record.
recursiveboolNotrueResolve recursively until reaching an immutable IPFS path.
dhtRecordCountintNoNumber of DHT records to request before terminating resolution.

Missing nameCFG_MISSING_NAME.

system/resolve vs. name/resolve: system/resolve is the general-purpose resolver — it also follows DNSLink domains, not just IPNS keys. name/resolve (see Name (IPNS) Operations) is IPNS-specific and exposes finer-grained controls (nocache, dhtTimeout).