get_api_reference
ActiveTool of io.github.UnityNodes/canton-ccpedia
Get a structured reference (ports, endpoints, services, links) for one specific Canton Network API: JSON Ledger API, gRPC Ledger API, Scan API, Validator API, Token Standard APIs, Admin API, or Splice HTTP. Canton-specific — not for GitHub, REST, or non-Canton APIs. Use when the user names one of these Canton APIs; use search/semantic_search for broader doc lookups.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"api"
],
"properties": {
"api": {
"enum": [
"json_ledger_api",
"grpc_ledger_api",
"scan_api",
"validator_api",
"token_standard",
"admin_api",
"splice_http"
],
"type": "string",
"description": "Which API to look up."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.UnityNodes/canton-ccpedia
https://github.com/UnityNodes/cips
1/7 registries